Html Css Color HEX #604D24 Bronze Olive

📋 copy color: '#604D24'

red 96 ◦ green 77 ◦ blue 36

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

Shades of Bronze Olive #604D24

Tints of Bronze Olive #604D24

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.84%

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

R = 45.93%
G = 36.84%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#604D24 (or 0x604D24) is known color: Bronze Olive. HEX triplet: 60, 4D and 24. RGB value is (96,77,36). Sum of RGB (Red+Green+Blue) = 96+77+36=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #604D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D24 is #9FB2DB. Grayscale: #4E4E4E. Windows color (decimal): -10466012 or 2379104. OLE color: 2379104.

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

Color convert

RGB 96 77 36 -
CMYK 0 0.20 0.62 0.62
HSL 41º 0.45% 0.26% -
HSV(B) 41º 0.63% 0.38% -
XYZ 7.8 7.92 2.79 -
YUV 78.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 96 77 36 0 0.20 0.62 0.62 41 0.45 0.26
Hex 60 4D 24 0 14 3E 3E 29 2D 1A
Octal 140 115 44 0 24 76 76 51 55 32
Binary 1100000 1001101 100100 0 10100 111110 111110 101001 101101 11010

Color Harmonies of #604D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D24

Black with #604D24

Text Example


Text Example

White with #604D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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