Html Css Color HEX #766251 Pine Cone

📋 copy color: '#766251'

red 118 ◦ green 98 ◦ blue 81

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

Shades of Pine Cone #766251

Tints of Pine Cone #766251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

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

R = 39.73%
G = 33%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#766251 (or 0x766251) is known color: Pine Cone. HEX triplet: 76, 62 and 51. RGB value is (118,98,81). Sum of RGB (Red+Green+Blue) = 118+98+81=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #766251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766251 is #899DAE. Grayscale: #666666. Windows color (decimal): -9018799 or 5333622. OLE color: 5333622.

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

Color convert

RGB 118 98 81 -
CMYK 0 0.17 0.31 0.54
HSL 27.57º 0.19% 0.39% -
HSV(B) 27.57º 0.31% 0.46% -
XYZ 13.32 13.18 9.63 -
YUV 102.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 118 98 81 0 0.17 0.31 0.54 27.57 0.19 0.39
Hex 76 62 51 0 11 1F 36 1C 13 27
Octal 166 142 121 0 21 37 66 34 23 47
Binary 1110110 1100010 1010001 0 10001 11111 110110 11100 10011 100111

Color Harmonies of #766251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766251

Black with #766251

Text Example


Text Example

White with #766251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766251; }

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

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

background-color css

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

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

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

border-color css

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

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

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