#61490B

Color #61490B Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #61490B

Tints of Raw Umber #61490B

Color information

#61490B (or 0x61490B) is unknown color: approx Raw Umber. HEX triplet: 61, 49 and 0B. RGB value is (97,73,11). Sum of RGB (Red+Green+Blue) = 97+73+11=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61490B is #9EB6F4. Grayscale: #494949. Windows color (decimal): -10401525 or 739681. OLE color: 739681.

HSL color Cylindrical-coordinate representation of color #61490B: hue angle of 43.26º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61490B is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB977311-
CMYK00.250.890.62
HSL43.26º79.63%21.18%-
HSV(B)43.26º88.66%38.04%-
XYZ7.377.331.34-
YUV73.1192.95145.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 11 (4.69% from 255) = 6.08%
R=53.59%
G=40.33%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97731100.250.890.6243.2679.6321.18
Hex6149B019593E2b5015
Octal14111113031131765312025
Binary1100001100100110110110011011001111110101011101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61490B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61490B; }

 p { color: rgb(97,73,11); }

 H1.HeaderClassName
 {
   color: #61490B;
 }
 .AnyTagClassName
 {
   color: #61490B;
 }
</style>
background-color css

<style>
 a { background-color: #61490B; }

 a { background-color: rgb(97,73,11); }

 div.DivClassName
 {
   background-color: #61490B;
 }
 .BgClassName
 {
   background-color: #61490B;
 }
</style>
border-color css

<style>
 span { border-color: #61490B; }

 span { border-color: rgb(97,73,11); }

 td.TdClassName
 {
   border-color: #61490B;
 }
 .TagClassName
 {
   border-color: #61490B;
 }
</style>