Html Css Color HEX #696663 Pine Cone

📋 copy color: '#696663'

red 105 ◦ green 102 ◦ blue 99

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

Shades of Pine Cone #696663

Tints of Pine Cone #696663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 34.31%
G = 33.33%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#696663 (or 0x696663) is known color: Pine Cone. HEX triplet: 69, 66 and 63. RGB value is (105,102,99). Sum of RGB (Red+Green+Blue) = 105+102+99=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 105 - color contains mainly: red. Hex color #696663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696663 is #96999C. Grayscale: #666666. Windows color (decimal): -9869725 or 6514281. OLE color: 6514281.

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

Color convert

RGB 105 102 99 -
CMYK 0 0.03 0.06 0.59
HSL 30º 0.03% 0.4% -
HSV(B) 30º 0.06% 0.41% -
XYZ 12.83 13.41 13.72 -
YUV 102.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 105 102 99 0 0.03 0.06 0.59 30 0.03 0.4
Hex 69 66 63 0 3 6 3B 1E 3 28
Octal 151 146 143 0 3 6 73 36 3 50
Binary 1101001 1100110 1100011 0 11 110 111011 11110 11 101000

Color Harmonies of #696663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696663

Black with #696663

Text Example


Text Example

White with #696663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696663; }

 p { color: rgb(105,102,99); }

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

background-color css

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

 a { background-color: rgb(105,102,99); }

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

border-color css

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

 span { border-color: rgb(105,102,99); }

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