Html Css Color HEX #756255 Pine Cone

📋 copy color: '#756255'

red 117 ◦ green 98 ◦ blue 85

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

Shades of Pine Cone #756255

Tints of Pine Cone #756255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.33%

R = 39%
G = 32.67%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#756255 (or 0x756255) is known color: Pine Cone. HEX triplet: 75, 62 and 55. RGB value is (117,98,85). Sum of RGB (Red+Green+Blue) = 117+98+85=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #756255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756255 is #8A9DAA. Grayscale: #666666. Windows color (decimal): -9084331 or 5595765. OLE color: 5595765.

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

Color convert

RGB 117 98 85 -
CMYK 0 0.16 0.27 0.54
HSL 24.38º 0.16% 0.4% -
HSV(B) 24.38º 0.27% 0.46% -
XYZ 13.34 13.17 10.43 -
YUV 102.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 117 98 85 0 0.16 0.27 0.54 24.38 0.16 0.4
Hex 75 62 55 0 10 1B 36 18 10 28
Octal 165 142 125 0 20 33 66 30 20 50
Binary 1110101 1100010 1010101 0 10000 11011 110110 11000 10000 101000

Color Harmonies of #756255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756255

Black with #756255

Text Example


Text Example

White with #756255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756255; }

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

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

background-color css

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

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

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

border-color css

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

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

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