Html Css Color HEX #604A08 Raw Umber

📋 copy color: '#604A08'

red 96 ◦ green 74 ◦ blue 8

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

Shades of Raw Umber #604A08

Tints of Raw Umber #604A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.57%

 BLUE value IS 8 (3.52% from 255) = 4.49%

R = 53.93%
G = 41.57%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#604A08 (or 0x604A08) is known color: Raw Umber. HEX triplet: 60, 4A and 08. RGB value is (96,74,8). Sum of RGB (Red+Green+Blue) = 96+74+8=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #604A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604A08 is #9FB5F7. Grayscale: #494949. Windows color (decimal): -10466808 or 543328. OLE color: 543328.

HSL color Cylindrical-coordinate representation of color #604A08: hue angle of 45º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #604A08 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 74 8 -
CMYK 0 0.23 0.92 0.62
HSL 45º 0.85% 0.2% -
HSV(B) 45º 0.92% 0.38% -
XYZ 7.32 7.4 1.27 -
YUV 73.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 96 74 8 0 0.23 0.92 0.62 45 0.85 0.2
Hex 60 4A 8 0 17 5C 3E 2D 55 14
Octal 140 112 10 0 27 134 76 55 125 24
Binary 1100000 1001010 1000 0 10111 1011100 111110 101101 1010101 10100

Color Harmonies of #604A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604A08

Black with #604A08

Text Example


Text Example

White with #604A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,74,8); }

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

background-color css

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

 a { background-color: rgb(96,74,8); }

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

border-color css

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

 span { border-color: rgb(96,74,8); }

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