Html Css Color HEX #647866 Laurel

📋 copy color: '#647866'

red 100 ◦ green 120 ◦ blue 102

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

Shades of Laurel #647866

Tints of Laurel #647866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.27%

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

R = 31.06%
G = 37.27%
B = 31.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#647866 (or 0x647866) is known color: Laurel. HEX triplet: 64, 78 and 66. RGB value is (100,120,102). Sum of RGB (Red+Green+Blue) = 100+120+102=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #647866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647866 is #9B8799. Grayscale: #707070. Windows color (decimal): -10192794 or 6715492. OLE color: 6715492.

HSL color Cylindrical-coordinate representation of color #647866: hue angle of 126º degrees, saturation: 0.09, 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 #647866 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 120 102 -
CMYK 0.17 0 0.15 0.53
HSL 126º 0.09% 0.43% -
HSV(B) 126º 0.17% 0.47% -
XYZ 14.37 17.1 15.11 -
YUV 111.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 100 120 102 0.17 0 0.15 0.53 126 0.09 0.43
Hex 64 78 66 11 0 F 35 7E 9 2B
Octal 144 170 146 21 0 17 65 176 11 53
Binary 1100100 1111000 1100110 10001 0 1111 110101 1111110 1001 101011

Color Harmonies of #647866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647866

Black with #647866

Text Example


Text Example

White with #647866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647866; }

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

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

background-color css

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

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

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

border-color css

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

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

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