#7C6650

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

Shades of Pine Cone #7C6650

Tints of Pine Cone #7C6650

Color information

#7C6650 (or 0x7C6650) is unknown color: approx Pine Cone. HEX triplet: 7C, 66 and 50. RGB value is (124,102,80). Sum of RGB (Red+Green+Blue) = 124+102+80=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6650 is #8399AF. Grayscale: #6A6A6A. Windows color (decimal): -8624560 or 5269116. OLE color: 5269116.

HSL color Cylindrical-coordinate representation of color #7C6650: hue angle of 30º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C6650 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB12410280-
CMYK00.180.350.51
HSL30º21.57%40%-
HSV(B)30º35.48%48.63%-
XYZ14.5114.379.6-
YUV106.07113.29140.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.52%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=40.52%
G=33.33%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241028000.180.350.513021.5740
Hex7C665001223331e1628
Octal1741461200224363362650
Binary1111100110011010100000100101000111100111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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