Html Css Color HEX #766351 Pine Cone

📋 copy color: '#766351'

red 118 ◦ green 99 ◦ blue 81

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

Shades of Pine Cone #766351

Tints of Pine Cone #766351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.18%

R = 39.6%
G = 33.22%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#766351 (or 0x766351) is known color: Pine Cone. HEX triplet: 76, 63 and 51. RGB value is (118,99,81). Sum of RGB (Red+Green+Blue) = 118+99+81=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #766351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766351 is #899CAE. Grayscale: #666666. Windows color (decimal): -9018543 or 5333878. OLE color: 5333878.

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

Color convert

RGB 118 99 81 -
CMYK 0 0.16 0.31 0.54
HSL 29.19º 0.19% 0.39% -
HSV(B) 29.19º 0.31% 0.46% -
XYZ 13.42 13.37 9.66 -
YUV 102.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 118 99 81 0 0.16 0.31 0.54 29.19 0.19 0.39
Hex 76 63 51 0 10 1F 36 1D 13 27
Octal 166 143 121 0 20 37 66 35 23 47
Binary 1110110 1100011 1010001 0 10000 11111 110110 11101 10011 100111

Color Harmonies of #766351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766351

Black with #766351

Text Example


Text Example

White with #766351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766351; }

 p { color: rgb(118,99,81); }

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

background-color css

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

 a { background-color: rgb(118,99,81); }

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

border-color css

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

 span { border-color: rgb(118,99,81); }

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