Html Css Color HEX #649666 Laurel

📋 copy color: '#649666'

red 100 ◦ green 150 ◦ blue 102

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

Shades of Laurel #649666

Tints of Laurel #649666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

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

R = 28.41%
G = 42.61%
B = 28.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#649666 (or 0x649666) is known color: Laurel. HEX triplet: 64, 96 and 66. RGB value is (100,150,102). Sum of RGB (Red+Green+Blue) = 100+150+102=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #649666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649666 is #9B6999. Grayscale: #818181. Windows color (decimal): -10185114 or 6723172. OLE color: 6723172.

HSL color Cylindrical-coordinate representation of color #649666: hue angle of 122.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649666 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 150 102 -
CMYK 0.33 0 0.32 0.41
HSL 122.4º 0.2% 0.49% -
HSV(B) 122.4º 0.33% 0.59% -
XYZ 18.56 25.48 16.51 -
YUV 129.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 100 150 102 0.33 0 0.32 0.41 122.4 0.2 0.49
Hex 64 96 66 21 0 20 29 7A 14 31
Octal 144 226 146 41 0 40 51 172 24 61
Binary 1100100 10010110 1100110 100001 0 100000 101001 1111010 10100 110001

Color Harmonies of #649666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649666

Black with #649666

Text Example


Text Example

White with #649666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649666; }

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

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

background-color css

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

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

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

border-color css

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

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

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