Html Css Color HEX #766151 Pine Cone

📋 copy color: '#766151'

red 118 ◦ green 97 ◦ blue 81

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

Shades of Pine Cone #766151

Tints of Pine Cone #766151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.77%

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

R = 39.86%
G = 32.77%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#766151 (or 0x766151) is known color: Pine Cone. HEX triplet: 76, 61 and 51. RGB value is (118,97,81). Sum of RGB (Red+Green+Blue) = 118+97+81=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #766151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766151 is #899EAE. Grayscale: #656565. Windows color (decimal): -9019055 or 5333366. OLE color: 5333366.

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

Color convert

RGB 118 97 81 -
CMYK 0 0.18 0.31 0.54
HSL 25.95º 0.19% 0.39% -
HSV(B) 25.95º 0.31% 0.46% -
XYZ 13.23 13 9.6 -
YUV 101.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 118 97 81 0 0.18 0.31 0.54 25.95 0.19 0.39
Hex 76 61 51 0 12 1F 36 1A 13 27
Octal 166 141 121 0 22 37 66 32 23 47
Binary 1110110 1100001 1010001 0 10010 11111 110110 11010 10011 100111

Color Harmonies of #766151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766151

Black with #766151

Text Example


Text Example

White with #766151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766151; }

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

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

background-color css

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

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

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

border-color css

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

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

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