#7A6953

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

Shades of Pine Cone #7A6953

Tints of Pine Cone #7A6953

Color information

#7A6953 (or 0x7A6953) is unknown color: approx Pine Cone. HEX triplet: 7A, 69 and 53. RGB value is (122,105,83). Sum of RGB (Red+Green+Blue) = 122+105+83=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6953 is #8596AC. Grayscale: #6B6B6B. Windows color (decimal): -8754861 or 5466490. OLE color: 5466490.

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

Color convert

RGB12210583-
CMYK00.140.320.52
HSL33.85º19.02%40.2%-
HSV(B)33.85º31.97%47.84%-
XYZ14.6414.8710.28-
YUV107.58114.13138.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 83 (32.81% from 255) = 26.77%
R=39.35%
G=33.87%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221058300.140.320.5233.8519.0240.2
Hex7A69530E2034221328
Octal1721511230164064422350
Binary1111010110100110100110111010000011010010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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