#6A6560

Color #6A6560 Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #6A6560

Tints of Pine Cone #6A6560

Color information

#6A6560 (or 0x6A6560) is unknown color: approx Pine Cone. HEX triplet: 6A, 65 and 60. RGB value is (106,101,96). Sum of RGB (Red+Green+Blue) = 106+101+96=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6560 is #959A9F. Grayscale: #656565. Windows color (decimal): -9804448 or 6317418. OLE color: 6317418.

HSL color Cylindrical-coordinate representation of color #6A6560: hue angle of 30º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A6560 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB10610196-
CMYK00.050.090.58
HSL30º4.95%39.61%-
HSV(B)30º9.43%41.57%-
XYZ12.7113.2212.95-
YUV101.92124.66130.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.98%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=34.98%
G=33.33%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061019600.050.090.58304.9539.61
Hex6A65600593A1e528
Octal15214514005117236550
Binary1101010110010111000000101100111101011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6560; }

 p { color: rgb(106,101,96); }

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

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

 a { background-color: rgb(106,101,96); }

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

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

 span { border-color: rgb(106,101,96); }

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