#66816B

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

Shades of Laurel #66816B

Tints of Laurel #66816B

Color information

#66816B (or 0x66816B) is unknown color: approx Laurel. HEX triplet: 66, 81 and 6B. RGB value is (102,129,107). Sum of RGB (Red+Green+Blue) = 102+129+107=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #66816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66816B is #997E94. Grayscale: #767676. Windows color (decimal): -10059413 or 7045478. OLE color: 7045478.

HSL color Cylindrical-coordinate representation of color #66816B: hue angle of 131.11º 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 #66816B is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB102129107-
CMYK0.2100.170.49
HSL131.11º11.69%45.29%-
HSV(B)131.11º20.93%50.59%-
XYZ15.9819.5916.85-
YUV118.42121.55116.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 129 (50.78% from 255) = 38.17%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=30.18%
G=38.17%
B=31.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021291070.2100.170.49131.1111.6945.29
Hex66816B150113183c2d
Octal14620115325021612031455
Binary110011010000001110101110101010001110001100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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