#665218

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

Shades of Bronze Olive #665218

Tints of Bronze Olive #665218

Color information

#665218 (or 0x665218) is unknown color: approx Bronze Olive. HEX triplet: 66, 52 and 18. RGB value is (102,82,24). Sum of RGB (Red+Green+Blue) = 102+82+24=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #665218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665218 is #99ADE7. Grayscale: #515151. Windows color (decimal): -10071528 or 1593958. OLE color: 1593958.

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

Color convert

RGB1028224-
CMYK00.200.760.6
HSL44.62º61.9%24.71%-
HSV(B)44.62º76.47%40%-
XYZ8.668.932.13-
YUV81.3795.63142.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=49.04%
G=39.42%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102822400.200.760.644.6261.924.71
Hex6652180144C3C2d3e19
Octal1461223002411474557631
Binary1100110101001011000010100100110011110010110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665218; }

 p { color: rgb(102,82,24); }

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

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

 a { background-color: rgb(102,82,24); }

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

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

 span { border-color: rgb(102,82,24); }

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