Html Css Color HEX #6A6560 Pine Cone

📋 copy color: '#6A6560'

red 106 ◦ green 101 ◦ blue 96

#6A6560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Cone #6A6560

Tints of Pine Cone #6A6560

RGB

 RED value IS 106 (41.8% 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 value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6A6560 (or 0x6A6560) is known color: 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

RGB 106 101 96 -
CMYK 0 0.05 0.09 0.58
HSL 30º 0.05% 0.4% -
HSV(B) 30º 0.09% 0.42% -
XYZ 12.71 13.22 12.95 -
YUV 101.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 106 101 96 0 0.05 0.09 0.58 30 0.05 0.4
Hex 6A 65 60 0 5 9 3A 1E 5 28
Octal 152 145 140 0 5 11 72 36 5 50
Binary 1101010 1100101 1100000 0 101 1001 111010 11110 101 101000

Color Harmonies of #6A6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6560

Black with #6A6560

Text Example


Text Example

White with #6A6560

Text Example


Text Example

HTML Codes & Css Web 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>