Html Css Color HEX #746251 Pine Cone

📋 copy color: '#746251'

red 116 ◦ green 98 ◦ blue 81

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

Shades of Pine Cone #746251

Tints of Pine Cone #746251

RGB

 RED value IS 116 (45.7% from 255) = 39.32%

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

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

R = 39.32%
G = 33.22%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#746251 (or 0x746251) is known color: Pine Cone. HEX triplet: 74, 62 and 51. RGB value is (116,98,81). Sum of RGB (Red+Green+Blue) = 116+98+81=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #746251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746251 is #8B9DAE. Grayscale: #656565. Windows color (decimal): -9149871 or 5333620. OLE color: 5333620.

HSL color Cylindrical-coordinate representation of color #746251: hue angle of 29.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #746251 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 81 -
CMYK 0 0.16 0.30 0.55
HSL 29.14º 0.18% 0.39% -
HSV(B) 29.14º 0.3% 0.45% -
XYZ 13.06 13.04 9.61 -
YUV 101.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 116 98 81 0 0.16 0.30 0.55 29.14 0.18 0.39
Hex 74 62 51 0 10 1E 37 1D 12 27
Octal 164 142 121 0 20 36 67 35 22 47
Binary 1110100 1100010 1010001 0 10000 11110 110111 11101 10010 100111

Color Harmonies of #746251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746251

Black with #746251

Text Example


Text Example

White with #746251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746251; }

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

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

background-color css

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

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

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

border-color css

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

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

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