Html Css Color HEX #756655 Pine Cone

📋 copy color: '#756655'

red 117 ◦ green 102 ◦ blue 85

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

Shades of Pine Cone #756655

Tints of Pine Cone #756655

RGB

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

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

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

R = 38.49%
G = 33.55%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#756655 (or 0x756655) is known color: Pine Cone. HEX triplet: 75, 66 and 55. RGB value is (117,102,85). Sum of RGB (Red+Green+Blue) = 117+102+85=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #756655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756655 is #8A99AA. Grayscale: #686868. Windows color (decimal): -9083307 or 5596789. OLE color: 5596789.

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

Color convert

RGB 117 102 85 -
CMYK 0 0.13 0.27 0.54
HSL 31.88º 0.16% 0.4% -
HSV(B) 31.88º 0.27% 0.46% -
XYZ 13.73 13.94 10.56 -
YUV 104.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 117 102 85 0 0.13 0.27 0.54 31.88 0.16 0.4
Hex 75 66 55 0 D 1B 36 20 10 28
Octal 165 146 125 0 15 33 66 40 20 50
Binary 1110101 1100110 1010101 0 1101 11011 110110 100000 10000 101000

Color Harmonies of #756655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756655

Black with #756655

Text Example


Text Example

White with #756655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756655; }

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

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

background-color css

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

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

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

border-color css

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

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

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