Html Css Color HEX #647D66 Laurel

📋 copy color: '#647D66'

red 100 ◦ green 125 ◦ blue 102

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

Shades of Laurel #647D66

Tints of Laurel #647D66

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.23%

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

R = 30.58%
G = 38.23%
B = 31.19%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#647D66 (or 0x647D66) is known color: Laurel. HEX triplet: 64, 7D and 66. RGB value is (100,125,102). Sum of RGB (Red+Green+Blue) = 100+125+102=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 125 - color contains mainly: green. Hex color #647D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647D66 is #9B8299. Grayscale: #727272. Windows color (decimal): -10191514 or 6716772. OLE color: 6716772.

HSL color Cylindrical-coordinate representation of color #647D66: hue angle of 124.8º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #647D66 is Cyan = 0.2, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 125 102 -
CMYK 0.2 0 0.18 0.51
HSL 124.8º 0.11% 0.44% -
HSV(B) 124.8º 0.2% 0.49% -
XYZ 14.99 18.34 15.32 -
YUV 114.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 100 125 102 0.2 0 0.18 0.51 124.8 0.11 0.44
Hex 64 7D 66 14 0 12 33 7D B 2C
Octal 144 175 146 24 0 22 63 175 13 54
Binary 1100100 1111101 1100110 10100 0 10010 110011 1111101 1011 101100

Color Harmonies of #647D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D66

Black with #647D66

Text Example


Text Example

White with #647D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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