Html Css Color HEX #756456 Pine Cone

📋 copy color: '#756456'

red 117 ◦ green 100 ◦ blue 86

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

Shades of Pine Cone #756456

Tints of Pine Cone #756456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

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

R = 38.61%
G = 33%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#756456 (or 0x756456) is known color: Pine Cone. HEX triplet: 75, 64 and 56. RGB value is (117,100,86). Sum of RGB (Red+Green+Blue) = 117+100+86=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #756456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756456 is #8A9BA9. Grayscale: #676767. Windows color (decimal): -9083818 or 5661813. OLE color: 5661813.

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

Color convert

RGB 117 100 86 -
CMYK 0 0.15 0.26 0.54
HSL 27.1º 0.15% 0.4% -
HSV(B) 27.1º 0.26% 0.46% -
XYZ 13.57 13.57 10.71 -
YUV 103.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 117 100 86 0 0.15 0.26 0.54 27.1 0.15 0.4
Hex 75 64 56 0 F 1A 36 1B F 28
Octal 165 144 126 0 17 32 66 33 17 50
Binary 1110101 1100100 1010110 0 1111 11010 110110 11011 1111 101000

Color Harmonies of #756456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756456

Black with #756456

Text Example


Text Example

White with #756456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756456; }

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

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

background-color css

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

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

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

border-color css

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

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

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