#665618

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

Shades of Bronze Olive #665618

Tints of Bronze Olive #665618

Color information

#665618 (or 0x665618) is unknown color: approx Bronze Olive. HEX triplet: 66, 56 and 18. RGB value is (102,86,24). Sum of RGB (Red+Green+Blue) = 102+86+24=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #665618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665618 is #99A9E7. Grayscale: #535353. Windows color (decimal): -10070504 or 1594982. OLE color: 1594982.

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

Color convert

RGB1028624-
CMYK00.160.760.6
HSL47.69º61.9%24.71%-
HSV(B)47.69º76.47%40%-
XYZ8.979.552.23-
YUV83.7294.3141.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=48.11%
G=40.57%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102862400.160.760.647.6961.924.71
Hex6656180104C3C303e19
Octal1461263002011474607631
Binary1100110101011011000010000100110011110011000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665618; }

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

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

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

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

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

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

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

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