Html Css Color HEX #756960 Pine Cone

📋 copy color: '#756960'

red 117 ◦ green 105 ◦ blue 96

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

Shades of Pine Cone #756960

Tints of Pine Cone #756960

RGB

 RED value IS 117 (46.09% from 255) = 36.79%

 GREEN value IS 105 (41.41% from 255) = 33.02%

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

R = 36.79%
G = 33.02%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#756960 (or 0x756960) is known color: Pine Cone. HEX triplet: 75, 69 and 60. RGB value is (117,105,96). Sum of RGB (Red+Green+Blue) = 117+105+96=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #756960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756960 is #8A969F. Grayscale: #6B6B6B. Windows color (decimal): -9082528 or 6318453. OLE color: 6318453.

HSL color Cylindrical-coordinate representation of color #756960: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #756960 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 96 -
CMYK 0 0.10 0.18 0.54
HSL 25.71º 0.1% 0.42% -
HSV(B) 25.71º 0.18% 0.46% -
XYZ 14.5 14.73 13.15 -
YUV 107.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 117 105 96 0 0.10 0.18 0.54 25.71 0.1 0.42
Hex 75 69 60 0 A 12 36 1A A 2A
Octal 165 151 140 0 12 22 66 32 12 52
Binary 1110101 1101001 1100000 0 1010 10010 110110 11010 1010 101010

Color Harmonies of #756960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756960

Black with #756960

Text Example


Text Example

White with #756960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756960; }

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

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

background-color css

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

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

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

border-color css

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

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

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