#7A6650

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

Shades of Pine Cone #7A6650

Tints of Pine Cone #7A6650

Color information

#7A6650 (or 0x7A6650) is unknown color: approx Pine Cone. HEX triplet: 7A, 66 and 50. RGB value is (122,102,80). Sum of RGB (Red+Green+Blue) = 122+102+80=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6650 is #8599AF. Grayscale: #696969. Windows color (decimal): -8755632 or 5269114. OLE color: 5269114.

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

Color convert

RGB12210280-
CMYK00.160.340.52
HSL31.43º20.79%39.61%-
HSV(B)31.43º34.43%47.84%-
XYZ14.2314.229.58-
YUV105.47113.63139.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.13%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=40.13%
G=33.55%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221028000.160.340.5231.4320.7939.61
Hex7A665001022341f1528
Octal1721461200204264372550
Binary1111010110011010100000100001000101101001111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,102,80); }

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

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

 a { background-color: rgb(122,102,80); }

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

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

 span { border-color: rgb(122,102,80); }

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