Html Css Color HEX #66846D Laurel

📋 copy color: '#66846D'

red 102 ◦ green 132 ◦ blue 109

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

Shades of Laurel #66846D

Tints of Laurel #66846D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.78%

R = 29.74%
G = 38.48%
B = 31.78%

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

#66846D (or 0x66846D) is known color: Laurel. HEX triplet: 66, 84 and 6D. RGB value is (102,132,109). Sum of RGB (Red+Green+Blue) = 102+132+109=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #66846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66846D is #997B92. Grayscale: #787878. Windows color (decimal): -10058643 or 7177318. OLE color: 7177318.

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

Color convert

RGB 102 132 109 -
CMYK 0.23 0 0.17 0.48
HSL 134º 0.13% 0.46% -
HSV(B) 134º 0.23% 0.52% -
XYZ 16.49 20.43 17.54 -
YUV 120.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 102 132 109 0.23 0 0.17 0.48 134 0.13 0.46
Hex 66 84 6D 17 0 11 30 86 D 2E
Octal 146 204 155 27 0 21 60 206 15 56
Binary 1100110 10000100 1101101 10111 0 10001 110000 10000110 1101 101110

Color Harmonies of #66846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66846D

Black with #66846D

Text Example


Text Example

White with #66846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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