#605223

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

Shades of Bronze Olive #605223

Tints of Bronze Olive #605223

Color information

#605223 (or 0x605223) is unknown color: approx Bronze Olive. HEX triplet: 60, 52 and 23. RGB value is (96,82,35). Sum of RGB (Red+Green+Blue) = 96+82+35=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #605223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605223 is #9FADDC. Grayscale: #515151. Windows color (decimal): -10464733 or 2314848. OLE color: 2314848.

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

Color convert

RGB968235-
CMYK00.150.640.62
HSL46.23º46.56%25.69%-
HSV(B)46.23º63.54%37.65%-
XYZ8.148.642.83-
YUV80.83102.14138.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 35 (14.06% from 255) = 16.43%
R=45.07%
G=38.50%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96823500.150.640.6246.2346.5625.69
Hex6052230F403E2e2f1a
Octal1401224301710076565732
Binary1100000101001010001101111100000011111010111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605223; }

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

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

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

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

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

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

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

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