#665616

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

Shades of Bronze Olive #665616

Tints of Bronze Olive #665616

Color information

#665616 (or 0x665616) is unknown color: approx Bronze Olive. HEX triplet: 66, 56 and 16. RGB value is (102,86,22). Sum of RGB (Red+Green+Blue) = 102+86+22=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #665616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665616 is #99A9E9. Grayscale: #535353. Windows color (decimal): -10070506 or 1463910. OLE color: 1463910.

HSL color Cylindrical-coordinate representation of color #665616: hue angle of 48º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #665616 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB1028622-
CMYK00.160.780.6
HSL48º64.52%24.31%-
HSV(B)48º78.43%40%-
XYZ8.959.542.13-
YUV83.4993.3141.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.57%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 22 (8.98% from 255) = 10.48%
R=48.57%
G=40.95%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102862200.160.780.64864.5224.31
Hex6656160104E3C304118
Octal14612626020116746010130
Binary11001101010110101100100001001110111100110000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665616; }

 p { color: rgb(102,86,22); }

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

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

 a { background-color: rgb(102,86,22); }

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

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

 span { border-color: rgb(102,86,22); }

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