Html Css Color HEX #604308 Raw Umber

📋 copy color: '#604308'

red 96 ◦ green 67 ◦ blue 8

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

Shades of Raw Umber #604308

Tints of Raw Umber #604308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.18%

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

R = 56.14%
G = 39.18%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#604308 (or 0x604308) is known color: Raw Umber. HEX triplet: 60, 43 and 08. RGB value is (96,67,8). Sum of RGB (Red+Green+Blue) = 96+67+8=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #604308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604308 is #9FBCF7. Grayscale: #454545. Windows color (decimal): -10468600 or 541536. OLE color: 541536.

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

Color convert

RGB 96 67 8 -
CMYK 0 0.30 0.92 0.62
HSL 40.23º 0.85% 0.2% -
HSV(B) 40.23º 0.92% 0.38% -
XYZ 6.87 6.52 1.13 -
YUV 68.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 96 67 8 0 0.30 0.92 0.62 40.23 0.85 0.2
Hex 60 43 8 0 1E 5C 3E 28 55 14
Octal 140 103 10 0 36 134 76 50 125 24
Binary 1100000 1000011 1000 0 11110 1011100 111110 101000 1010101 10100

Color Harmonies of #604308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604308

Black with #604308

Text Example


Text Example

White with #604308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604308; }

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

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

background-color css

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

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

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

border-color css

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

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

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