Html Css Color HEX #604C05 Raw Umber

📋 copy color: '#604C05'

red 96 ◦ green 76 ◦ blue 5

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

Shades of Raw Umber #604C05

Tints of Raw Umber #604C05

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.94%

 BLUE value IS 5 (2.34% from 255) = 2.82%

R = 54.24%
G = 42.94%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#604C05 (or 0x604C05) is known color: Raw Umber. HEX triplet: 60, 4C and 05. RGB value is (96,76,5). Sum of RGB (Red+Green+Blue) = 96+76+5=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #604C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C05 is #9FB3FA. Grayscale: #4A4A4A. Windows color (decimal): -10466299 or 347232. OLE color: 347232.

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

Color convert

RGB 96 76 5 -
CMYK 0 0.21 0.95 0.62
HSL 46.81º 0.9% 0.2% -
HSV(B) 46.81º 0.95% 0.38% -
XYZ 7.44 7.67 1.23 -
YUV 73.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 96 76 5 0 0.21 0.95 0.62 46.81 0.9 0.2
Hex 60 4C 5 0 15 5F 3E 2F 5A 14
Octal 140 114 5 0 25 137 76 57 132 24
Binary 1100000 1001100 101 0 10101 1011111 111110 101111 1011010 10100

Color Harmonies of #604C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C05

Black with #604C05

Text Example


Text Example

White with #604C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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