Html Css Color HEX #696561 Pine Cone

📋 copy color: '#696561'

red 105 ◦ green 101 ◦ blue 97

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

Shades of Pine Cone #696561

Tints of Pine Cone #696561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.01%

R = 34.65%
G = 33.33%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#696561 (or 0x696561) is known color: Pine Cone. HEX triplet: 69, 65 and 61. RGB value is (105,101,97). Sum of RGB (Red+Green+Blue) = 105+101+97=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 105 - color contains mainly: red. Hex color #696561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696561 is #969A9E. Grayscale: #656565. Windows color (decimal): -9869983 or 6382953. OLE color: 6382953.

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

Color convert

RGB 105 101 97 -
CMYK 0 0.04 0.08 0.59
HSL 30º 0.04% 0.4% -
HSV(B) 30º 0.08% 0.41% -
XYZ 12.64 13.17 13.19 -
YUV 101.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 105 101 97 0 0.04 0.08 0.59 30 0.04 0.4
Hex 69 65 61 0 4 8 3B 1E 4 28
Octal 151 145 141 0 4 10 73 36 4 50
Binary 1101001 1100101 1100001 0 100 1000 111011 11110 100 101000

Color Harmonies of #696561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696561

Black with #696561

Text Example


Text Example

White with #696561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696561; }

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

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

background-color css

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

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

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

border-color css

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

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

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