Html Css Color HEX #756659 Pine Cone

📋 copy color: '#756659'

red 117 ◦ green 102 ◦ blue 89

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

Shades of Pine Cone #756659

Tints of Pine Cone #756659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.9%

R = 37.99%
G = 33.12%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#756659 (or 0x756659) is known color: Pine Cone. HEX triplet: 75, 66 and 59. RGB value is (117,102,89). Sum of RGB (Red+Green+Blue) = 117+102+89=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #756659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756659 is #8A99A6. Grayscale: #696969. Windows color (decimal): -9083303 or 5858933. OLE color: 5858933.

HSL color Cylindrical-coordinate representation of color #756659: hue angle of 27.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756659 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 89 -
CMYK 0 0.13 0.24 0.54
HSL 27.86º 0.14% 0.4% -
HSV(B) 27.86º 0.24% 0.46% -
XYZ 13.89 14.01 11.42 -
YUV 105 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 117 102 89 0 0.13 0.24 0.54 27.86 0.14 0.4
Hex 75 66 59 0 D 18 36 1C E 28
Octal 165 146 131 0 15 30 66 34 16 50
Binary 1110101 1100110 1011001 0 1101 11000 110110 11100 1110 101000

Color Harmonies of #756659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756659

Black with #756659

Text Example


Text Example

White with #756659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756659; }

 p { color: rgb(117,102,89); }

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

background-color css

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

 a { background-color: rgb(117,102,89); }

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

border-color css

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

 span { border-color: rgb(117,102,89); }

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