Html Css Color HEX #696560 Pine Cone

📋 copy color: '#696560'

red 105 ◦ green 101 ◦ blue 96

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

Shades of Pine Cone #696560

Tints of Pine Cone #696560

RGB

 RED value IS 105 (41.41% from 255) = 34.77%

 GREEN value IS 101 (39.84% from 255) = 33.44%

 BLUE value IS 96 (37.89% from 255) = 31.79%

R = 34.77%
G = 33.44%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#696560 (or 0x696560) is known color: Pine Cone. HEX triplet: 69, 65 and 60. RGB value is (105,101,96). Sum of RGB (Red+Green+Blue) = 105+101+96=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 105 - color contains mainly: red. Hex color #696560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696560 is #969A9F. Grayscale: #656565. Windows color (decimal): -9869984 or 6317417. OLE color: 6317417.

HSL color Cylindrical-coordinate representation of color #696560: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #696560 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 101 96 -
CMYK 0 0.04 0.09 0.59
HSL 33.33º 0.04% 0.39% -
HSV(B) 33.33º 0.09% 0.41% -
XYZ 12.59 13.16 12.94 -
YUV 101.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 105 101 96 0 0.04 0.09 0.59 33.33 0.04 0.39
Hex 69 65 60 0 4 9 3B 21 4 27
Octal 151 145 140 0 4 11 73 41 4 47
Binary 1101001 1100101 1100000 0 100 1001 111011 100001 100 100111

Color Harmonies of #696560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696560

Black with #696560

Text Example


Text Example

White with #696560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696560; }

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

 H1.HeaderClassName
 {
   color: #696560;
 }
 .AnyTagClassName
 {
   color: #696560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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