#66856C

Color #66856C Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #66856C

Tints of Laurel #66856C

Color information

#66856C (or 0x66856C) is unknown color: approx Laurel. HEX triplet: 66, 85 and 6C. RGB value is (102,133,108). Sum of RGB (Red+Green+Blue) = 102+133+108=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #66856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66856C is #997A93. Grayscale: #787878. Windows color (decimal): -10058388 or 7112038. OLE color: 7112038.

HSL color Cylindrical-coordinate representation of color #66856C: hue angle of 131.61º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66856C is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB102133108-
CMYK0.2300.190.48
HSL131.61º13.19%46.08%-
HSV(B)131.61º23.31%52.16%-
XYZ16.5720.6817.31-
YUV120.88120.73114.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=29.74%
G=38.78%
B=31.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021331080.2300.190.48131.6113.1946.08
Hex66856C170133084d2e
Octal14620515427023602041556
Binary110011010000101110110010111010011110000100001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66856C; }

 p { color: rgb(102,133,108); }

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

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

 a { background-color: rgb(102,133,108); }

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

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

 span { border-color: rgb(102,133,108); }

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