#746251

Color #746251 Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #746251

Tints of Pine Cone #746251

Color information

#746251 (or 0x746251) is unknown color: approx 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

RGB1169881-
CMYK00.160.300.55
HSL29.14º17.77%38.63%-
HSV(B)29.14º30.17%45.49%-
XYZ13.0613.049.61-
YUV101.44116.46138.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116988100.160.300.5529.1417.7738.63
Hex7462510101E371d1227
Octal1641421210203667352247
Binary111010011000101010001010000111101101111110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>