Html Css Color HEX #604506 Raw Umber

📋 copy color: '#604506'

red 96 ◦ green 69 ◦ blue 6

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

Shades of Raw Umber #604506

Tints of Raw Umber #604506

RGB

 RED value IS 96 (37.89% from 255) = 56.14%

 GREEN value IS 69 (27.34% from 255) = 40.35%

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 56.14%
G = 40.35%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#604506 (or 0x604506) is known color: Raw Umber. HEX triplet: 60, 45 and 06. RGB value is (96,69,6). Sum of RGB (Red+Green+Blue) = 96+69+6=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #604506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604506 is #9FBAF9. Grayscale: #464646. Windows color (decimal): -10468090 or 410976. OLE color: 410976.

HSL color Cylindrical-coordinate representation of color #604506: hue angle of 42º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #604506 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 69 6 -
CMYK 0 0.28 0.94 0.62
HSL 42º 0.88% 0.2% -
HSV(B) 42º 0.94% 0.38% -
XYZ 6.98 6.76 1.11 -
YUV 69.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 96 69 6 0 0.28 0.94 0.62 42 0.88 0.2
Hex 60 45 6 0 1C 5E 3E 2A 58 14
Octal 140 105 6 0 34 136 76 52 130 24
Binary 1100000 1000101 110 0 11100 1011110 111110 101010 1011000 10100

Color Harmonies of #604506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604506

Black with #604506

Text Example


Text Example

White with #604506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604506; }

 p { color: rgb(96,69,6); }

 H1.HeaderClassName
 {
   color: #604506;
 }
 .AnyTagClassName
 {
   color: #604506;
 }
</style>

background-color css

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

 a { background-color: rgb(96,69,6); }

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

border-color css

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

 span { border-color: rgb(96,69,6); }

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