Html Css Color HEX #647666 Laurel

📋 copy color: '#647666'

red 100 ◦ green 118 ◦ blue 102

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

Shades of Laurel #647666

Tints of Laurel #647666

RGB

 RED value IS 100 (39.45% from 255) = 31.25%

 GREEN value IS 118 (46.48% from 255) = 36.88%

 BLUE value IS 102 (40.23% from 255) = 31.88%

R = 31.25%
G = 36.88%
B = 31.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#647666 (or 0x647666) is known color: Laurel. HEX triplet: 64, 76 and 66. RGB value is (100,118,102). Sum of RGB (Red+Green+Blue) = 100+118+102=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #647666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647666 is #9B8999. Grayscale: #6E6E6E. Windows color (decimal): -10193306 or 6714980. OLE color: 6714980.

HSL color Cylindrical-coordinate representation of color #647666: hue angle of 126.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #647666 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 118 102 -
CMYK 0.15 0 0.14 0.54
HSL 126.67º 0.08% 0.43% -
HSV(B) 126.67º 0.15% 0.46% -
XYZ 14.13 16.63 15.03 -
YUV 110.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 100 118 102 0.15 0 0.14 0.54 126.67 0.08 0.43
Hex 64 76 66 F 0 E 36 7F 8 2B
Octal 144 166 146 17 0 16 66 177 10 53
Binary 1100100 1110110 1100110 1111 0 1110 110110 1111111 1000 101011

Color Harmonies of #647666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647666

Black with #647666

Text Example


Text Example

White with #647666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647666; }

 p { color: rgb(100,118,102); }

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

background-color css

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

 a { background-color: rgb(100,118,102); }

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

border-color css

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

 span { border-color: rgb(100,118,102); }

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