Html Css Color HEX #605521 Bronze Olive

📋 copy color: '#605521'

red 96 ◦ green 85 ◦ blue 33

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

Shades of Bronze Olive #605521

Tints of Bronze Olive #605521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.72%

 BLUE value IS 33 (13.28% from 255) = 15.42%

R = 44.86%
G = 39.72%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#605521 (or 0x605521) is known color: Bronze Olive. HEX triplet: 60, 55 and 21. RGB value is (96,85,33). Sum of RGB (Red+Green+Blue) = 96+85+33=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #605521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605521 is #9FAADE. Grayscale: #525252. Windows color (decimal): -10463967 or 2184544. OLE color: 2184544.

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

Color convert

RGB 96 85 33 -
CMYK 0 0.11 0.66 0.62
HSL 49.52º 0.49% 0.25% -
HSV(B) 49.52º 0.66% 0.38% -
XYZ 8.35 9.09 2.75 -
YUV 82.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 96 85 33 0 0.11 0.66 0.62 49.52 0.49 0.25
Hex 60 55 21 0 B 42 3E 32 31 19
Octal 140 125 41 0 13 102 76 62 61 31
Binary 1100000 1010101 100001 0 1011 1000010 111110 110010 110001 11001

Color Harmonies of #605521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605521

Black with #605521

Text Example


Text Example

White with #605521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605521; }

 p { color: rgb(96,85,33); }

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

background-color css

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

 a { background-color: rgb(96,85,33); }

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

border-color css

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

 span { border-color: rgb(96,85,33); }

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