Html Css Color HEX #756354 Pine Cone

📋 copy color: '#756354'

red 117 ◦ green 99 ◦ blue 84

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

Shades of Pine Cone #756354

Tints of Pine Cone #756354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

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

R = 39%
G = 33%
B = 28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#756354 (or 0x756354) is known color: Pine Cone. HEX triplet: 75, 63 and 54. RGB value is (117,99,84). Sum of RGB (Red+Green+Blue) = 117+99+84=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #756354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756354 is #8A9CAB. Grayscale: #666666. Windows color (decimal): -9084076 or 5530485. OLE color: 5530485.

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

Color convert

RGB 117 99 84 -
CMYK 0 0.15 0.28 0.54
HSL 27.27º 0.16% 0.39% -
HSV(B) 27.27º 0.28% 0.46% -
XYZ 13.4 13.35 10.26 -
YUV 102.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 117 99 84 0 0.15 0.28 0.54 27.27 0.16 0.39
Hex 75 63 54 0 F 1C 36 1B 10 27
Octal 165 143 124 0 17 34 66 33 20 47
Binary 1110101 1100011 1010100 0 1111 11100 110110 11011 10000 100111

Color Harmonies of #756354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756354

Black with #756354

Text Example


Text Example

White with #756354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756354; }

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

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

background-color css

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

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

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

border-color css

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

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

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