#648567

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

Shades of Laurel #648567

Tints of Laurel #648567

Color information

#648567 (or 0x648567) is unknown color: approx Laurel. HEX triplet: 64, 85 and 67. RGB value is (100,133,103). Sum of RGB (Red+Green+Blue) = 100+133+103=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #648567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648567 is #9B7A98. Grayscale: #777777. Windows color (decimal): -10189465 or 6784356. OLE color: 6784356.

HSL color Cylindrical-coordinate representation of color #648567: hue angle of 125.45º 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 #648567 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB100133103-
CMYK0.2500.230.48
HSL125.45º14.16%45.69%-
HSV(B)125.45º24.81%52.16%-
XYZ16.0920.4615.93-
YUV119.71118.57113.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=29.76%
G=39.58%
B=30.65%

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
Decimal1001331030.2500.230.48125.4514.1645.69
Hex64856719017307de2e
Octal14420514731027601751656
Binary11001001000010111001111100101011111000011111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648567; }

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

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

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

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

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

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

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

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