Html Css Color HEX #605224 Bronze Olive

📋 copy color: '#605224'

red 96 ◦ green 82 ◦ blue 36

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

Shades of Bronze Olive #605224

Tints of Bronze Olive #605224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.32%

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

R = 44.86%
G = 38.32%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#605224 (or 0x605224) is known color: Bronze Olive. HEX triplet: 60, 52 and 24. RGB value is (96,82,36). Sum of RGB (Red+Green+Blue) = 96+82+36=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #605224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605224 is #9FADDB. Grayscale: #515151. Windows color (decimal): -10464732 or 2380384. OLE color: 2380384.

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

Color convert

RGB 96 82 36 -
CMYK 0 0.15 0.62 0.62
HSL 46º 0.45% 0.26% -
HSV(B) 46º 0.63% 0.38% -
XYZ 8.16 8.65 2.91 -
YUV 80.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 96 82 36 0 0.15 0.62 0.62 46 0.45 0.26
Hex 60 52 24 0 F 3E 3E 2E 2D 1A
Octal 140 122 44 0 17 76 76 56 55 32
Binary 1100000 1010010 100100 0 1111 111110 111110 101110 101101 11010

Color Harmonies of #605224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605224

Black with #605224

Text Example


Text Example

White with #605224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605224; }

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

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

background-color css

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

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

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

border-color css

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

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

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