#665317

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

Shades of Bronze Olive #665317

Tints of Bronze Olive #665317

Color information

#665317 (or 0x665317) is unknown color: approx Bronze Olive. HEX triplet: 66, 53 and 17. RGB value is (102,83,23). Sum of RGB (Red+Green+Blue) = 102+83+23=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #665317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665317 is #99ACE8. Grayscale: #525252. Windows color (decimal): -10071273 or 1528678. OLE color: 1528678.

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

Color convert

RGB1028323-
CMYK00.190.770.6
HSL45.57º63.2%24.51%-
HSV(B)45.57º77.45%40%-
XYZ8.739.072.1-
YUV81.8494.79142.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 23 (9.38% from 255) = 11.06%
R=49.04%
G=39.90%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102832300.190.770.645.5763.224.51
Hex6653170134D3C2e3f19
Octal1461232702311574567731
Binary1100110101001110111010011100110111110010111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665317; }

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

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

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

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

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

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

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

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