#648267

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

Shades of Laurel #648267

Tints of Laurel #648267

Color information

#648267 (or 0x648267) is unknown color: approx Laurel. HEX triplet: 64, 82 and 67. RGB value is (100,130,103). Sum of RGB (Red+Green+Blue) = 100+130+103=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #648267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648267 is #9B7D98. Grayscale: #767676. Windows color (decimal): -10190233 or 6783588. OLE color: 6783588.

HSL color Cylindrical-coordinate representation of color #648267: hue angle of 126º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #648267 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB100130103-
CMYK0.2300.210.49
HSL126º13.04%45.1%-
HSV(B)126º23.08%50.98%-
XYZ15.6919.6515.8-
YUV117.95119.56115.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=30.03%
G=39.04%
B=30.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001301030.2300.210.4912613.0445.1
Hex64826717015317ed2d
Octal14420214727025611761555
Binary11001001000001011001111011101010111000111111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648267; }

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

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

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

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

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

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

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

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