Html Css Color HEX #756251 Pine Cone

📋 copy color: '#756251'

red 117 ◦ green 98 ◦ blue 81

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

Shades of Pine Cone #756251

Tints of Pine Cone #756251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.11%

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

R = 39.53%
G = 33.11%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#756251 (or 0x756251) is known color: Pine Cone. HEX triplet: 75, 62 and 51. RGB value is (117,98,81). Sum of RGB (Red+Green+Blue) = 117+98+81=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #756251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756251 is #8A9DAE. Grayscale: #656565. Windows color (decimal): -9084335 or 5333621. OLE color: 5333621.

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

Color convert

RGB 117 98 81 -
CMYK 0 0.16 0.31 0.54
HSL 28.33º 0.18% 0.39% -
HSV(B) 28.33º 0.31% 0.46% -
XYZ 13.19 13.11 9.62 -
YUV 101.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 117 98 81 0 0.16 0.31 0.54 28.33 0.18 0.39
Hex 75 62 51 0 10 1F 36 1C 12 27
Octal 165 142 121 0 20 37 66 34 22 47
Binary 1110101 1100010 1010001 0 10000 11111 110110 11100 10010 100111

Color Harmonies of #756251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756251

Black with #756251

Text Example


Text Example

White with #756251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756251; }

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

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

background-color css

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

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

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

border-color css

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

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

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