Html Css Color HEX #756151 Pine Cone

📋 copy color: '#756151'

red 117 ◦ green 97 ◦ blue 81

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

Shades of Pine Cone #756151

Tints of Pine Cone #756151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

 BLUE value IS 81 (32.03% from 255) = 27.46%

R = 39.66%
G = 32.88%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#756151 (or 0x756151) is known color: Pine Cone. HEX triplet: 75, 61 and 51. RGB value is (117,97,81). Sum of RGB (Red+Green+Blue) = 117+97+81=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #756151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756151 is #8A9EAE. Grayscale: #656565. Windows color (decimal): -9084591 or 5333365. OLE color: 5333365.

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

Color convert

RGB 117 97 81 -
CMYK 0 0.17 0.31 0.54
HSL 26.67º 0.18% 0.39% -
HSV(B) 26.67º 0.31% 0.46% -
XYZ 13.1 12.93 9.59 -
YUV 101.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 117 97 81 0 0.17 0.31 0.54 26.67 0.18 0.39
Hex 75 61 51 0 11 1F 36 1B 12 27
Octal 165 141 121 0 21 37 66 33 22 47
Binary 1110101 1100001 1010001 0 10001 11111 110110 11011 10010 100111

Color Harmonies of #756151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756151

Black with #756151

Text Example


Text Example

White with #756151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756151; }

 p { color: rgb(117,97,81); }

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

background-color css

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

 a { background-color: rgb(117,97,81); }

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

border-color css

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

 span { border-color: rgb(117,97,81); }

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