Html Css Color HEX #66886A Laurel

📋 copy color: '#66886A'

red 102 ◦ green 136 ◦ blue 106

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

Shades of Laurel #66886A

Tints of Laurel #66886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 29.65%
G = 39.53%
B = 30.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#66886A (or 0x66886A) is known color: Laurel. HEX triplet: 66, 88 and 6A. RGB value is (102,136,106). Sum of RGB (Red+Green+Blue) = 102+136+106=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #66886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66886A is #997795. Grayscale: #7A7A7A. Windows color (decimal): -10057622 or 6981734. OLE color: 6981734.

HSL color Cylindrical-coordinate representation of color #66886A: hue angle of 127.06º 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 #66886A is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 106 -
CMYK 0.25 0 0.22 0.47
HSL 127.06º 0.14% 0.47% -
HSV(B) 127.06º 0.25% 0.53% -
XYZ 16.89 21.47 16.89 -
YUV 122.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 102 136 106 0.25 0 0.22 0.47 127.06 0.14 0.47
Hex 66 88 6A 19 0 16 2F 7F E 2F
Octal 146 210 152 31 0 26 57 177 16 57
Binary 1100110 10001000 1101010 11001 0 10110 101111 1111111 1110 101111

Color Harmonies of #66886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66886A

Black with #66886A

Text Example


Text Example

White with #66886A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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