Html Css Color HEX #66866C Laurel

📋 copy color: '#66866C'

red 102 ◦ green 134 ◦ blue 108

#66866C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #66866C

Tints of Laurel #66866C

RGB

 RED value IS 102 (40.23% from 255) = 29.65%

 GREEN value IS 134 (52.73% from 255) = 38.95%

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 29.65%
G = 38.95%
B = 31.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#66866C (or 0x66866C) is known color: Laurel. HEX triplet: 66, 86 and 6C. RGB value is (102,134,108). Sum of RGB (Red+Green+Blue) = 102+134+108=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #66866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66866C is #997993. Grayscale: #797979. Windows color (decimal): -10058132 or 7112294. OLE color: 7112294.

HSL color Cylindrical-coordinate representation of color #66866C: hue angle of 131.25º 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 #66866C is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 134 108 -
CMYK 0.24 0 0.19 0.47
HSL 131.25º 0.14% 0.46% -
HSV(B) 131.25º 0.24% 0.53% -
XYZ 16.71 20.96 17.35 -
YUV 121.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 102 134 108 0.24 0 0.19 0.47 131.25 0.14 0.46
Hex 66 86 6C 18 0 13 2F 83 E 2E
Octal 146 206 154 30 0 23 57 203 16 56
Binary 1100110 10000110 1101100 11000 0 10011 101111 10000011 1110 101110

Color Harmonies of #66866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66866C

Black with #66866C

Text Example


Text Example

White with #66866C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66866C;
 }
 .AnyTagClassName
 {
   color: #66866C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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