#665416

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

Shades of Bronze Olive #665416

Tints of Bronze Olive #665416

Color information

#665416 (or 0x665416) is unknown color: approx Bronze Olive. HEX triplet: 66, 54 and 16. RGB value is (102,84,22). Sum of RGB (Red+Green+Blue) = 102+84+22=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #665416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665416 is #99ABE9. Grayscale: #525252. Windows color (decimal): -10071018 or 1463398. OLE color: 1463398.

HSL color Cylindrical-coordinate representation of color #665416: hue angle of 46.5º 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 #665416 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB1028422-
CMYK00.180.780.6
HSL46.5º64.52%24.31%-
HSV(B)46.5º78.43%40%-
XYZ8.799.222.08-
YUV82.3193.96142.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 22 (8.98% from 255) = 10.58%
R=49.04%
G=40.38%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102842200.180.780.646.564.5224.31
Hex6654160124E3C2e4118
Octal14612426022116745610130
Binary11001101010100101100100101001110111100101110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665416; }

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

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

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

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

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

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

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

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