#66866B

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

Shades of Laurel #66866B

Tints of Laurel #66866B

Color information

#66866B (or 0x66866B) is unknown color: approx Laurel. HEX triplet: 66, 86 and 6B. RGB value is (102,134,107). Sum of RGB (Red+Green+Blue) = 102+134+107=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #66866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66866B is #997994. Grayscale: #797979. Windows color (decimal): -10058133 or 7046758. OLE color: 7046758.

HSL color Cylindrical-coordinate representation of color #66866B: hue angle of 129.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66866B is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB102134107-
CMYK0.2400.200.47
HSL129.38º13.56%46.27%-
HSV(B)129.38º23.88%52.55%-
XYZ16.6620.9417.07-
YUV121.35119.9114.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 107 (42.19% from 255) = 31.20%
R=29.74%
G=39.07%
B=31.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021341070.2400.200.47129.3813.5646.27
Hex66866B180142F81e2e
Octal14620615330024572011656
Binary110011010000110110101111000010100101111100000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66866B; }

 p { color: rgb(102,134,107); }

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

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

 a { background-color: rgb(102,134,107); }

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

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

 span { border-color: rgb(102,134,107); }

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