Html Css Color HEX #756254 Pine Cone

📋 copy color: '#756254'

red 117 ◦ green 98 ◦ blue 84

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

Shades of Pine Cone #756254

Tints of Pine Cone #756254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.09%

R = 39.13%
G = 32.78%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#756254 (or 0x756254) is known color: Pine Cone. HEX triplet: 75, 62 and 54. RGB value is (117,98,84). Sum of RGB (Red+Green+Blue) = 117+98+84=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #756254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756254 is #8A9DAB. Grayscale: #666666. Windows color (decimal): -9084332 or 5530229. OLE color: 5530229.

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

Color convert

RGB 117 98 84 -
CMYK 0 0.16 0.28 0.54
HSL 25.45º 0.16% 0.39% -
HSV(B) 25.45º 0.28% 0.46% -
XYZ 13.3 13.16 10.23 -
YUV 102.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 117 98 84 0 0.16 0.28 0.54 25.45 0.16 0.39
Hex 75 62 54 0 10 1C 36 19 10 27
Octal 165 142 124 0 20 34 66 31 20 47
Binary 1110101 1100010 1010100 0 10000 11100 110110 11001 10000 100111

Color Harmonies of #756254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756254

Black with #756254

Text Example


Text Example

White with #756254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756254; }

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

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

background-color css

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

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

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

border-color css

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

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

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