#74624F

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

Shades of Pine Cone #74624F

Tints of Pine Cone #74624F

Color information

#74624F (or 0x74624F) is unknown color: approx Pine Cone. HEX triplet: 74, 62 and 4F. RGB value is (116,98,79). Sum of RGB (Red+Green+Blue) = 116+98+79=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #74624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74624F is #8B9DB0. Grayscale: #656565. Windows color (decimal): -9149873 or 5202548. OLE color: 5202548.

HSL color Cylindrical-coordinate representation of color #74624F: hue angle of 30.81º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74624F is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1169879-
CMYK00.160.320.55
HSL30.81º18.97%38.24%-
HSV(B)30.81º31.9%45.49%-
XYZ12.9813.019.22-
YUV101.22115.46138.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 79 (31.25% from 255) = 26.96%
R=39.59%
G=33.45%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116987900.160.320.5530.8118.9738.24
Hex74624F01020371f1326
Octal1641421170204067372346
Binary1110100110001010011110100001000001101111111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74624F; }

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

 H1.HeaderClassName
 {
   color: #74624F;
 }
 .AnyTagClassName
 {
   color: #74624F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #74624F;
 }
 .BgClassName
 {
   background-color: #74624F;
 }
</style>
border-color css

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

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

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