Html Css Color HEX #604818 Bronze Olive

📋 copy color: '#604818'

red 96 ◦ green 72 ◦ blue 24

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

Shades of Bronze Olive #604818

Tints of Bronze Olive #604818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.5%

R = 50%
G = 37.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#604818 (or 0x604818) is known color: Bronze Olive. HEX triplet: 60, 48 and 18. RGB value is (96,72,24). Sum of RGB (Red+Green+Blue) = 96+72+24=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #604818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604818 is #9FB7E7. Grayscale: #494949. Windows color (decimal): -10467304 or 1591392. OLE color: 1591392.

HSL color Cylindrical-coordinate representation of color #604818: hue angle of 40º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #604818 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 72 24 -
CMYK 0 0.25 0.75 0.62
HSL 40º 0.6% 0.24% -
HSV(B) 40º 0.75% 0.38% -
XYZ 7.31 7.19 1.87 -
YUV 73.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 96 72 24 0 0.25 0.75 0.62 40 0.6 0.24
Hex 60 48 18 0 19 4B 3E 28 3C 18
Octal 140 110 30 0 31 113 76 50 74 30
Binary 1100000 1001000 11000 0 11001 1001011 111110 101000 111100 11000

Color Harmonies of #604818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604818

Black with #604818

Text Example


Text Example

White with #604818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604818; }

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

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

background-color css

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

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

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

border-color css

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

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

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