Html Css Color HEX #756653 Pine Cone

📋 copy color: '#756653'

red 117 ◦ green 102 ◦ blue 83

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

Shades of Pine Cone #756653

Tints of Pine Cone #756653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.48%

R = 38.74%
G = 33.77%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#756653 (or 0x756653) is known color: Pine Cone. HEX triplet: 75, 66 and 53. RGB value is (117,102,83). Sum of RGB (Red+Green+Blue) = 117+102+83=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #756653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756653 is #8A99AC. Grayscale: #686868. Windows color (decimal): -9083309 or 5465717. OLE color: 5465717.

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

Color convert

RGB 117 102 83 -
CMYK 0 0.13 0.29 0.54
HSL 33.53º 0.17% 0.39% -
HSV(B) 33.53º 0.29% 0.46% -
XYZ 13.65 13.91 10.15 -
YUV 104.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 117 102 83 0 0.13 0.29 0.54 33.53 0.17 0.39
Hex 75 66 53 0 D 1D 36 22 11 27
Octal 165 146 123 0 15 35 66 42 21 47
Binary 1110101 1100110 1010011 0 1101 11101 110110 100010 10001 100111

Color Harmonies of #756653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756653

Black with #756653

Text Example


Text Example

White with #756653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756653; }

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

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

background-color css

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

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

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

border-color css

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

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

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