Html Css Color HEX #647A66 Laurel

📋 copy color: '#647A66'

red 100 ◦ green 122 ◦ blue 102

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

Shades of Laurel #647A66

Tints of Laurel #647A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.65%

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

R = 30.86%
G = 37.65%
B = 31.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#647A66 (or 0x647A66) is known color: Laurel. HEX triplet: 64, 7A and 66. RGB value is (100,122,102). Sum of RGB (Red+Green+Blue) = 100+122+102=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 122 - color contains mainly: green. Hex color #647A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A66 is #9B8599. Grayscale: #717171. Windows color (decimal): -10192282 or 6716004. OLE color: 6716004.

HSL color Cylindrical-coordinate representation of color #647A66: hue angle of 125.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #647A66 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 122 102 -
CMYK 0.18 0 0.16 0.52
HSL 125.45º 0.1% 0.44% -
HSV(B) 125.45º 0.18% 0.48% -
XYZ 14.61 17.59 15.19 -
YUV 113.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 100 122 102 0.18 0 0.16 0.52 125.45 0.1 0.44
Hex 64 7A 66 12 0 10 34 7D A 2C
Octal 144 172 146 22 0 20 64 175 12 54
Binary 1100100 1111010 1100110 10010 0 10000 110100 1111101 1010 101100

Color Harmonies of #647A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647A66

Black with #647A66

Text Example


Text Example

White with #647A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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