#604D0B

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

Shades of Raw Umber #604D0B

Tints of Raw Umber #604D0B

Color information

#604D0B (or 0x604D0B) is unknown color: approx Raw Umber. HEX triplet: 60, 4D and 0B. RGB value is (96,77,11). Sum of RGB (Red+Green+Blue) = 96+77+11=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #604D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604D0B is #9FB2F4. Grayscale: #4B4B4B. Windows color (decimal): -10466037 or 740704. OLE color: 740704.

HSL color Cylindrical-coordinate representation of color #604D0B: hue angle of 46.59º degrees, saturation: 0.79, 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 #604D0B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB967711-
CMYK00.200.890.62
HSL46.59º79.44%20.98%-
HSV(B)46.59º88.54%37.65%-
XYZ7.547.821.43-
YUV75.1691.79142.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 77 (30.47% from 255) = 41.85%
BLUE value IS 11 (4.69% from 255) = 5.98%
R=52.17%
G=41.85%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96771100.200.890.6246.5979.4420.98
Hex604DB014593E2f4f15
Octal14011513024131765711725
Binary1100000100110110110101001011001111110101111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604D0B; }

 p { color: rgb(96,77,11); }

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

<style>
 a { background-color: #604D0B; }

 a { background-color: rgb(96,77,11); }

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

<style>
 span { border-color: #604D0B; }

 span { border-color: rgb(96,77,11); }

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