#648F6B

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

Shades of Laurel #648F6B

Tints of Laurel #648F6B

Color information

#648F6B (or 0x648F6B) is unknown color: approx Laurel. HEX triplet: 64, 8F and 6B. RGB value is (100,143,107). Sum of RGB (Red+Green+Blue) = 100+143+107=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 143 - color contains mainly: green. Hex color #648F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648F6B is #9B7094. Grayscale: #7E7E7E. Windows color (decimal): -10186901 or 7049060. OLE color: 7049060.

HSL color Cylindrical-coordinate representation of color #648F6B: hue angle of 129.77º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648F6B is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB100143107-
CMYK0.3000.250.44
HSL129.77º17.7%47.65%-
HSV(B)129.77º30.07%56.08%-
XYZ17.7323.4217.5-
YUV126.04117.25109.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.57%
GREEN value IS 143 (56.25% from 255) = 40.86%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=28.57%
G=40.86%
B=30.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001431070.3000.250.44129.7717.747.65
Hex648F6B1E0192C821230
Octal14421715336031542022260
Binary1100100100011111101011111100110011011001000001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648F6B; }

 p { color: rgb(100,143,107); }

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

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

 a { background-color: rgb(100,143,107); }

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

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

 span { border-color: rgb(100,143,107); }

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