#7A6954

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

Shades of Pine Cone #7A6954

Tints of Pine Cone #7A6954

Color information

#7A6954 (or 0x7A6954) is unknown color: approx Pine Cone. HEX triplet: 7A, 69 and 54. RGB value is (122,105,84). Sum of RGB (Red+Green+Blue) = 122+105+84=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6954 is #8596AB. Grayscale: #6B6B6B. Windows color (decimal): -8754860 or 5532026. OLE color: 5532026.

HSL color Cylindrical-coordinate representation of color #7A6954: hue angle of 33.16º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A6954 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB12210584-
CMYK00.140.310.52
HSL33.16º18.45%40.39%-
HSV(B)33.16º31.15%47.84%-
XYZ14.6814.8810.49-
YUV107.69114.63138.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.23%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 84 (33.20% from 255) = 27.01%
R=39.23%
G=33.76%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221058400.140.310.5233.1618.4540.39
Hex7A69540E1F34211228
Octal1721511240163764412250
Binary111101011010011010100011101111111010010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A6954; }

 p { color: rgb(122,105,84); }

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

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

 a { background-color: rgb(122,105,84); }

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

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

 span { border-color: rgb(122,105,84); }

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