#648566

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

Shades of Laurel #648566

Tints of Laurel #648566

Color information

#648566 (or 0x648566) is unknown color: approx Laurel. HEX triplet: 64, 85 and 66. RGB value is (100,133,102). Sum of RGB (Red+Green+Blue) = 100+133+102=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #648566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648566 is #9B7A99. Grayscale: #777777. Windows color (decimal): -10189466 or 6718820. OLE color: 6718820.

HSL color Cylindrical-coordinate representation of color #648566: hue angle of 123.64º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #648566 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB100133102-
CMYK0.2500.230.48
HSL123.64º14.16%45.69%-
HSV(B)123.64º24.81%52.16%-
XYZ16.0420.4415.67-
YUV119.6118.07114.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=29.85%
G=39.70%
B=30.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001331020.2500.230.48123.6414.1645.69
Hex64856619017307ce2e
Octal14420514631027601741656
Binary11001001000010111001101100101011111000011111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648566; }

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

 H1.HeaderClassName
 {
   color: #648566;
 }
 .AnyTagClassName
 {
   color: #648566;
 }
</style>
background-color css

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

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

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

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

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

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