#66816C

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

Shades of Laurel #66816C

Tints of Laurel #66816C

Color information

#66816C (or 0x66816C) is unknown color: approx Laurel. HEX triplet: 66, 81 and 6C. RGB value is (102,129,108). Sum of RGB (Red+Green+Blue) = 102+129+108=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 129 - color contains mainly: green. Hex color #66816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66816C is #997E93. Grayscale: #767676. Windows color (decimal): -10059412 or 7111014. OLE color: 7111014.

HSL color Cylindrical-coordinate representation of color #66816C: hue angle of 133.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66816C is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB102129108-
CMYK0.2100.160.49
HSL133.33º11.69%45.29%-
HSV(B)133.33º20.93%50.59%-
XYZ16.0419.6117.13-
YUV118.53122.05116.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 129 (50.78% from 255) = 38.05%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=30.09%
G=38.05%
B=31.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021291080.2100.160.49133.3311.6945.29
Hex66816C150103185c2d
Octal14620115425020612051455
Binary110011010000001110110010101010000110001100001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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