Html Css Color HEX #756654 Pine Cone

📋 copy color: '#756654'

red 117 ◦ green 102 ◦ blue 84

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

Shades of Pine Cone #756654

Tints of Pine Cone #756654

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

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

R = 38.61%
G = 33.66%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#756654 (or 0x756654) is known color: Pine Cone. HEX triplet: 75, 66 and 54. RGB value is (117,102,84). Sum of RGB (Red+Green+Blue) = 117+102+84=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #756654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756654 is #8A99AB. Grayscale: #686868. Windows color (decimal): -9083308 or 5531253. OLE color: 5531253.

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

Color convert

RGB 117 102 84 -
CMYK 0 0.13 0.28 0.54
HSL 32.73º 0.16% 0.39% -
HSV(B) 32.73º 0.28% 0.46% -
XYZ 13.69 13.92 10.35 -
YUV 104.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 117 102 84 0 0.13 0.28 0.54 32.73 0.16 0.39
Hex 75 66 54 0 D 1C 36 21 10 27
Octal 165 146 124 0 15 34 66 41 20 47
Binary 1110101 1100110 1010100 0 1101 11100 110110 100001 10000 100111

Color Harmonies of #756654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756654

Black with #756654

Text Example


Text Example

White with #756654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756654; }

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

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

background-color css

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

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

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

border-color css

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

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

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