Html Css Color HEX #756554 Pine Cone

📋 copy color: '#756554'

red 117 ◦ green 101 ◦ blue 84

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

Shades of Pine Cone #756554

Tints of Pine Cone #756554

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 38.74%
G = 33.44%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#756554 (or 0x756554) is known color: Pine Cone. HEX triplet: 75, 65 and 54. RGB value is (117,101,84). Sum of RGB (Red+Green+Blue) = 117+101+84=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #756554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756554 is #8A9AAB. Grayscale: #676767. Windows color (decimal): -9083564 or 5530997. OLE color: 5530997.

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

Color convert

RGB 117 101 84 -
CMYK 0 0.14 0.28 0.54
HSL 30.91º 0.16% 0.39% -
HSV(B) 30.91º 0.28% 0.46% -
XYZ 13.59 13.73 10.32 -
YUV 103.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 117 101 84 0 0.14 0.28 0.54 30.91 0.16 0.39
Hex 75 65 54 0 E 1C 36 1F 10 27
Octal 165 145 124 0 16 34 66 37 20 47
Binary 1110101 1100101 1010100 0 1110 11100 110110 11111 10000 100111

Color Harmonies of #756554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756554

Black with #756554

Text Example


Text Example

White with #756554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756554; }

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

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

background-color css

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

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

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

border-color css

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

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

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