Html Css Color HEX #604E24 Bronze Olive

📋 copy color: '#604E24'

red 96 ◦ green 78 ◦ blue 36

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

Shades of Bronze Olive #604E24

Tints of Bronze Olive #604E24

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.14%

 BLUE value IS 36 (14.45% from 255) = 17.14%

R = 45.71%
G = 37.14%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#604E24 (or 0x604E24) is known color: Bronze Olive. HEX triplet: 60, 4E and 24. RGB value is (96,78,36). Sum of RGB (Red+Green+Blue) = 96+78+36=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #604E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E24 is #9FB1DB. Grayscale: #4E4E4E. Windows color (decimal): -10465756 or 2379360. OLE color: 2379360.

HSL color Cylindrical-coordinate representation of color #604E24: hue angle of 42º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #604E24 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 78 36 -
CMYK 0 0.19 0.62 0.62
HSL 42º 0.45% 0.26% -
HSV(B) 42º 0.63% 0.38% -
XYZ 7.87 8.06 2.81 -
YUV 78.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 96 78 36 0 0.19 0.62 0.62 42 0.45 0.26
Hex 60 4E 24 0 13 3E 3E 2A 2D 1A
Octal 140 116 44 0 23 76 76 52 55 32
Binary 1100000 1001110 100100 0 10011 111110 111110 101010 101101 11010

Color Harmonies of #604E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E24

Black with #604E24

Text Example


Text Example

White with #604E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,78,36); }

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

background-color css

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

 a { background-color: rgb(96,78,36); }

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

border-color css

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

 span { border-color: rgb(96,78,36); }

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