#605222

Color #605222 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #605222

Tints of Bronze Olive #605222

Color information

#605222 (or 0x605222) is unknown color: approx Bronze Olive. HEX triplet: 60, 52 and 22. RGB value is (96,82,34). Sum of RGB (Red+Green+Blue) = 96+82+34=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #605222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605222 is #9FADDD. Grayscale: #505050. Windows color (decimal): -10464734 or 2249312. OLE color: 2249312.

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

Color convert

RGB968234-
CMYK00.150.650.62
HSL46.45º47.69%25.49%-
HSV(B)46.45º64.58%37.65%-
XYZ8.138.642.75-
YUV80.71101.64138.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 34 (13.67% from 255) = 16.04%
R=45.28%
G=38.68%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96823400.150.650.6246.4547.6925.49
Hex6052220F413E2e3019
Octal1401224201710176566031
Binary1100000101001010001001111100000111111010111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605222; }

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

 H1.HeaderClassName
 {
   color: #605222;
 }
 .AnyTagClassName
 {
   color: #605222;
 }
</style>
background-color css

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

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

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

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

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

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