Html Css Color HEX #756656 Pine Cone

📋 copy color: '#756656'

red 117 ◦ green 102 ◦ blue 86

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

Shades of Pine Cone #756656

Tints of Pine Cone #756656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.2%

R = 38.36%
G = 33.44%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#756656 (or 0x756656) is known color: Pine Cone. HEX triplet: 75, 66 and 56. RGB value is (117,102,86). Sum of RGB (Red+Green+Blue) = 117+102+86=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #756656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756656 is #8A99A9. Grayscale: #686868. Windows color (decimal): -9083306 or 5662325. OLE color: 5662325.

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

Color convert

RGB 117 102 86 -
CMYK 0 0.13 0.26 0.54
HSL 30.97º 0.15% 0.4% -
HSV(B) 30.97º 0.26% 0.46% -
XYZ 13.77 13.96 10.77 -
YUV 104.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 117 102 86 0 0.13 0.26 0.54 30.97 0.15 0.4
Hex 75 66 56 0 D 1A 36 1F F 28
Octal 165 146 126 0 15 32 66 37 17 50
Binary 1110101 1100110 1010110 0 1101 11010 110110 11111 1111 101000

Color Harmonies of #756656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756656

Black with #756656

Text Example


Text Example

White with #756656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756656; }

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

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

background-color css

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

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

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

border-color css

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

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

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