Html Css Color HEX #604812 Raw Umber

📋 copy color: '#604812'

red 96 ◦ green 72 ◦ blue 18

#604812
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #604812

Tints of Raw Umber #604812

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 value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#604812 (or 0x604812) is known color: 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

RGB 96 72 18 -
CMYK 0 0.25 0.81 0.62
HSL 41.54º 0.68% 0.22% -
HSV(B) 41.54º 0.81% 0.38% -
XYZ 7.25 7.17 1.57 -
YUV 73.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 96 72 18 0 0.25 0.81 0.62 41.54 0.68 0.22
Hex 60 48 12 0 19 51 3E 2A 44 16
Octal 140 110 22 0 31 121 76 52 104 26
Binary 1100000 1001000 10010 0 11001 1010001 111110 101010 1000100 10110

Color Harmonies of #604812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604812

Black with #604812

Text Example


Text Example

White with #604812

Text Example


Text Example

HTML Codes & Css Web 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>