Html Css Color HEX #604805 Raw Umber

📋 copy color: '#604805'

red 96 ◦ green 72 ◦ blue 5

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

Shades of Raw Umber #604805

Tints of Raw Umber #604805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.62%

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

R = 55.49%
G = 41.62%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#604805 (or 0x604805) is known color: Raw Umber. HEX triplet: 60, 48 and 05. RGB value is (96,72,5). Sum of RGB (Red+Green+Blue) = 96+72+5=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #604805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604805 is #9FB7FA. Grayscale: #474747. Windows color (decimal): -10467323 or 346208. OLE color: 346208.

HSL color Cylindrical-coordinate representation of color #604805: hue angle of 44.18º 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 #604805 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 72 5 -
CMYK 0 0.25 0.95 0.62
HSL 44.18º 0.9% 0.2% -
HSV(B) 44.18º 0.95% 0.38% -
XYZ 7.17 7.13 1.14 -
YUV 71.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 96 72 5 0 0.25 0.95 0.62 44.18 0.9 0.2
Hex 60 48 5 0 19 5F 3E 2C 5A 14
Octal 140 110 5 0 31 137 76 54 132 24
Binary 1100000 1001000 101 0 11001 1011111 111110 101100 1011010 10100

Color Harmonies of #604805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604805

Black with #604805

Text Example


Text Example

White with #604805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604805; }

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

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

background-color css

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

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

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

border-color css

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

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

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