Html Css Color HEX #766553 Pine Cone

📋 copy color: '#766553'

red 118 ◦ green 101 ◦ blue 83

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

Shades of Pine Cone #766553

Tints of Pine Cone #766553

RGB

 RED value IS 118 (46.48% from 255) = 39.07%

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

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

R = 39.07%
G = 33.44%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#766553 (or 0x766553) is known color: Pine Cone. HEX triplet: 76, 65 and 53. RGB value is (118,101,83). Sum of RGB (Red+Green+Blue) = 118+101+83=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #766553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766553 is #899AAC. Grayscale: #686868. Windows color (decimal): -9018029 or 5465462. OLE color: 5465462.

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

Color convert

RGB 118 101 83 -
CMYK 0 0.14 0.30 0.54
HSL 30.86º 0.17% 0.39% -
HSV(B) 30.86º 0.3% 0.46% -
XYZ 13.69 13.78 10.12 -
YUV 104.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 118 101 83 0 0.14 0.30 0.54 30.86 0.17 0.39
Hex 76 65 53 0 E 1E 36 1F 11 27
Octal 166 145 123 0 16 36 66 37 21 47
Binary 1110110 1100101 1010011 0 1110 11110 110110 11111 10001 100111

Color Harmonies of #766553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766553

Black with #766553

Text Example


Text Example

White with #766553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766553; }

 p { color: rgb(118,101,83); }

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

background-color css

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

 a { background-color: rgb(118,101,83); }

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

border-color css

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

 span { border-color: rgb(118,101,83); }

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