#604C0B

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

Shades of Raw Umber #604C0B

Tints of Raw Umber #604C0B

Color information

#604C0B (or 0x604C0B) is unknown color: approx Raw Umber. HEX triplet: 60, 4C and 0B. RGB value is (96,76,11). Sum of RGB (Red+Green+Blue) = 96+76+11=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #604C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C0B is #9FB3F4. Grayscale: #4A4A4A. Windows color (decimal): -10466293 or 740448. OLE color: 740448.

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

Color convert

RGB967611-
CMYK00.210.890.62
HSL45.88º79.44%20.98%-
HSV(B)45.88º88.54%37.65%-
XYZ7.477.681.41-
YUV74.5792.13143.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 76 (30.08% from 255) = 41.53%
BLUE value IS 11 (4.69% from 255) = 6.01%
R=52.46%
G=41.53%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96761100.210.890.6245.8879.4420.98
Hex604CB015593E2e4f15
Octal14011413025131765611725
Binary1100000100110010110101011011001111110101110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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