#605323

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

Shades of Bronze Olive #605323

Tints of Bronze Olive #605323

Color information

#605323 (or 0x605323) is unknown color: approx Bronze Olive. HEX triplet: 60, 53 and 23. RGB value is (96,83,35). Sum of RGB (Red+Green+Blue) = 96+83+35=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #605323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605323 is #9FACDC. Grayscale: #515151. Windows color (decimal): -10464477 or 2315104. OLE color: 2315104.

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

Color convert

RGB968335-
CMYK00.140.640.62
HSL47.21º46.56%25.69%-
HSV(B)47.21º63.54%37.65%-
XYZ8.228.792.85-
YUV81.41101.81138.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 83 (32.81% from 255) = 38.79%
BLUE value IS 35 (14.06% from 255) = 16.36%
R=44.86%
G=38.79%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96833500.140.640.6247.2146.5625.69
Hex6053230E403E2f2f1a
Octal1401234301610076575732
Binary1100000101001110001101110100000011111010111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605323; }

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

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

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

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

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

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

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

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