#66856B

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

Shades of Laurel #66856B

Tints of Laurel #66856B

Color information

#66856B (or 0x66856B) is unknown color: approx Laurel. HEX triplet: 66, 85 and 6B. RGB value is (102,133,107). Sum of RGB (Red+Green+Blue) = 102+133+107=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #66856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66856B is #997A94. Grayscale: #787878. Windows color (decimal): -10058389 or 7046502. OLE color: 7046502.

HSL color Cylindrical-coordinate representation of color #66856B: hue angle of 129.68º 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 #66856B is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB102133107-
CMYK0.2300.200.48
HSL129.68º13.19%46.08%-
HSV(B)129.68º23.31%52.16%-
XYZ16.5220.6617.03-
YUV120.77120.23114.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=29.82%
G=38.89%
B=31.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021331070.2300.200.48129.6813.1946.08
Hex66856B170143082d2e
Octal14620515327024602021556
Binary110011010000101110101110111010100110000100000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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