#648767

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

Shades of Laurel #648767

Tints of Laurel #648767

Color information

#648767 (or 0x648767) is unknown color: approx Laurel. HEX triplet: 64, 87 and 67. RGB value is (100,135,103). Sum of RGB (Red+Green+Blue) = 100+135+103=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #648767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648767 is #9B7898. Grayscale: #787878. Windows color (decimal): -10188953 or 6784868. OLE color: 6784868.

HSL color Cylindrical-coordinate representation of color #648767: hue angle of 125.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648767 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB100135103-
CMYK0.2600.240.47
HSL125.14º14.89%46.08%-
HSV(B)125.14º25.93%52.94%-
XYZ16.3721.0216.03-
YUV120.89117.9113.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=29.59%
G=39.94%
B=30.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001351030.2600.240.47125.1414.8946.08
Hex6487671A0182F7df2e
Octal14420714732030571751756
Binary11001001000011111001111101001100010111111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648767; }

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

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

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

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

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

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

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

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