#604812

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

Shades of Raw Umber #604812

Tints of Raw Umber #604812

Color information

#604812 (or 0x604812) is unknown color: approx Raw Umber. HEX triplet: 60, 48 and 12. RGB value is (96,72,18). Sum of RGB (Red+Green+Blue) = 96+72+18=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #604812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604812 is #9FB7ED. Grayscale: #494949. Windows color (decimal): -10467310 or 1198176. OLE color: 1198176.

HSL color Cylindrical-coordinate representation of color #604812: hue angle of 41.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #604812 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB967218-
CMYK00.250.810.62
HSL41.54º68.42%22.35%-
HSV(B)41.54º81.25%37.65%-
XYZ7.257.171.57-
YUV73.0296.95144.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=51.61%
G=38.71%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96721800.250.810.6241.5468.4222.35
Hex604812019513E2a4416
Octal14011022031121765210426
Binary11000001001000100100110011010001111110101010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604812; }

 p { color: rgb(96,72,18); }

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

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

 a { background-color: rgb(96,72,18); }

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

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

 span { border-color: rgb(96,72,18); }

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