Html Css Color HEX #66886E Laurel

📋 copy color: '#66886E'

red 102 ◦ green 136 ◦ blue 110

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

Shades of Laurel #66886E

Tints of Laurel #66886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.08%

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 29.31%
G = 39.08%
B = 31.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#66886E (or 0x66886E) is known color: Laurel. HEX triplet: 66, 88 and 6E. RGB value is (102,136,110). Sum of RGB (Red+Green+Blue) = 102+136+110=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #66886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66886E is #997791. Grayscale: #7A7A7A. Windows color (decimal): -10057618 or 7243878. OLE color: 7243878.

HSL color Cylindrical-coordinate representation of color #66886E: hue angle of 134.12º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66886E is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 110 -
CMYK 0.25 0 0.19 0.47
HSL 134.12º 0.14% 0.47% -
HSV(B) 134.12º 0.25% 0.53% -
XYZ 17.1 21.56 18.01 -
YUV 122.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 102 136 110 0.25 0 0.19 0.47 134.12 0.14 0.47
Hex 66 88 6E 19 0 13 2F 86 E 2F
Octal 146 210 156 31 0 23 57 206 16 57
Binary 1100110 10001000 1101110 11001 0 10011 101111 10000110 1110 101111

Color Harmonies of #66886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66886E

Black with #66886E

Text Example


Text Example

White with #66886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66886E; }

 p { color: rgb(102,136,110); }

 H1.HeaderClassName
 {
   color: #66886E;
 }
 .AnyTagClassName
 {
   color: #66886E;
 }
</style>

background-color css

<style>
 a { background-color: #66886E; }

 a { background-color: rgb(102,136,110); }

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

border-color css

<style>
 span { border-color: #66886E; }

 span { border-color: rgb(102,136,110); }

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