Html Css Color HEX #66846E Laurel

📋 copy color: '#66846E'

red 102 ◦ green 132 ◦ blue 110

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

Shades of Laurel #66846E

Tints of Laurel #66846E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.37%

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

R = 29.65%
G = 38.37%
B = 31.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#66846E (or 0x66846E) is known color: Laurel. HEX triplet: 66, 84 and 6E. RGB value is (102,132,110). Sum of RGB (Red+Green+Blue) = 102+132+110=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #66846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66846E is #997B91. Grayscale: #787878. Windows color (decimal): -10058642 or 7242854. OLE color: 7242854.

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

Color convert

RGB 102 132 110 -
CMYK 0.23 0 0.17 0.48
HSL 136º 0.13% 0.46% -
HSV(B) 136º 0.23% 0.52% -
XYZ 16.55 20.45 17.83 -
YUV 120.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 102 132 110 0.23 0 0.17 0.48 136 0.13 0.46
Hex 66 84 6E 17 0 11 30 88 D 2E
Octal 146 204 156 27 0 21 60 210 15 56
Binary 1100110 10000100 1101110 10111 0 10001 110000 10001000 1101 101110

Color Harmonies of #66846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66846E

Black with #66846E

Text Example


Text Example

White with #66846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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