Html Css Color HEX #756556 Pine Cone

📋 copy color: '#756556'

red 117 ◦ green 101 ◦ blue 86

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

Shades of Pine Cone #756556

Tints of Pine Cone #756556

RGB

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

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

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

R = 38.49%
G = 33.22%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#756556 (or 0x756556) is known color: Pine Cone. HEX triplet: 75, 65 and 56. RGB value is (117,101,86). Sum of RGB (Red+Green+Blue) = 117+101+86=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #756556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756556 is #8A9AA9. Grayscale: #686868. Windows color (decimal): -9083562 or 5662069. OLE color: 5662069.

HSL color Cylindrical-coordinate representation of color #756556: hue angle of 29.03º 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 #756556 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 86 -
CMYK 0 0.14 0.26 0.54
HSL 29.03º 0.15% 0.4% -
HSV(B) 29.03º 0.26% 0.46% -
XYZ 13.67 13.76 10.74 -
YUV 104.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 117 101 86 0 0.14 0.26 0.54 29.03 0.15 0.4
Hex 75 65 56 0 E 1A 36 1D F 28
Octal 165 145 126 0 16 32 66 35 17 50
Binary 1110101 1100101 1010110 0 1110 11010 110110 11101 1111 101000

Color Harmonies of #756556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756556

Black with #756556

Text Example


Text Example

White with #756556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756556; }

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

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

background-color css

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

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

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

border-color css

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

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

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