#665118

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

Shades of Bronze Olive #665118

Tints of Bronze Olive #665118

Color information

#665118 (or 0x665118) is unknown color: approx Bronze Olive. HEX triplet: 66, 51 and 18. RGB value is (102,81,24). Sum of RGB (Red+Green+Blue) = 102+81+24=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #665118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665118 is #99AEE7. Grayscale: #515151. Windows color (decimal): -10071784 or 1593702. OLE color: 1593702.

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

Color convert

RGB1028124-
CMYK00.210.760.6
HSL43.85º61.9%24.71%-
HSV(B)43.85º76.47%40%-
XYZ8.598.782.11-
YUV80.7895.96143.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=49.28%
G=39.13%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102812400.210.760.643.8561.924.71
Hex6651180154C3C2c3e19
Octal1461213002511474547631
Binary1100110101000111000010101100110011110010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665118; }

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

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

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

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

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

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

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

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