Html Css Color HEX #756150 Pine Cone

📋 copy color: '#756150'

red 117 ◦ green 97 ◦ blue 80

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

Shades of Pine Cone #756150

Tints of Pine Cone #756150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 39.8%
G = 32.99%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#756150 (or 0x756150) is known color: Pine Cone. HEX triplet: 75, 61 and 50. RGB value is (117,97,80). Sum of RGB (Red+Green+Blue) = 117+97+80=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #756150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756150 is #8A9EAF. Grayscale: #656565. Windows color (decimal): -9084592 or 5267829. OLE color: 5267829.

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

Color convert

RGB 117 97 80 -
CMYK 0 0.17 0.32 0.54
HSL 27.57º 0.19% 0.39% -
HSV(B) 27.57º 0.32% 0.46% -
XYZ 13.06 12.91 9.39 -
YUV 101.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 117 97 80 0 0.17 0.32 0.54 27.57 0.19 0.39
Hex 75 61 50 0 11 20 36 1C 13 27
Octal 165 141 120 0 21 40 66 34 23 47
Binary 1110101 1100001 1010000 0 10001 100000 110110 11100 10011 100111

Color Harmonies of #756150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756150

Black with #756150

Text Example


Text Example

White with #756150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756150; }

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

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

background-color css

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

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

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

border-color css

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

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

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