#647966

Color #647966 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #647966

Tints of Laurel #647966

Color information

#647966 (or 0x647966) is unknown color: approx 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

RGB100121102-
CMYK0.1700.160.53
HSL125.71º9.5%43.33%-
HSV(B)125.71º17.36%47.45%-
XYZ14.4917.3415.15-
YUV112.56122.04119.04-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001211020.1700.160.53125.719.543.33
Hex64796611010357ea2b
Octal14417114621020651761253
Binary1100100111100111001101000101000011010111111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>