Html Css Color HEX #647966 Laurel

📋 copy color: '#647966'

red 100 ◦ green 121 ◦ blue 102

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

Shades of Laurel #647966

Tints of Laurel #647966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.46%

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

R = 30.96%
G = 37.46%
B = 31.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#647966 (or 0x647966) is known color: Laurel. HEX triplet: 64, 79 and 66. RGB value is (100,121,102). Sum of RGB (Red+Green+Blue) = 100+121+102=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #647966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647966 is #9B8699. Grayscale: #707070. Windows color (decimal): -10192538 or 6715748. OLE color: 6715748.

HSL color Cylindrical-coordinate representation of color #647966: hue angle of 125.71º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #647966 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 121 102 -
CMYK 0.17 0 0.16 0.53
HSL 125.71º 0.1% 0.43% -
HSV(B) 125.71º 0.17% 0.47% -
XYZ 14.49 17.34 15.15 -
YUV 112.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 100 121 102 0.17 0 0.16 0.53 125.71 0.1 0.43
Hex 64 79 66 11 0 10 35 7E A 2B
Octal 144 171 146 21 0 20 65 176 12 53
Binary 1100100 1111001 1100110 10001 0 10000 110101 1111110 1010 101011

Color Harmonies of #647966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647966

Black with #647966

Text Example


Text Example

White with #647966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647966; }

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

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

background-color css

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

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

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

border-color css

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

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

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