#665417

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

Shades of Bronze Olive #665417

Tints of Bronze Olive #665417

Color information

#665417 (or 0x665417) is unknown color: approx Bronze Olive. HEX triplet: 66, 54 and 17. RGB value is (102,84,23). Sum of RGB (Red+Green+Blue) = 102+84+23=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #665417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665417 is #99ABE8. Grayscale: #525252. Windows color (decimal): -10071017 or 1528934. OLE color: 1528934.

HSL color Cylindrical-coordinate representation of color #665417: hue angle of 46.33º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #665417 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB1028423-
CMYK00.180.770.6
HSL46.33º63.2%24.51%-
HSV(B)46.33º77.45%40%-
XYZ8.89.232.13-
YUV82.4394.46141.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 23 (9.38% from 255) = 11.00%
R=48.80%
G=40.19%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102842300.180.770.646.3363.224.51
Hex6654170124D3C2e3f19
Octal1461242702211574567731
Binary1100110101010010111010010100110111110010111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665417; }

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

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

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

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

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

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

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

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