#7B6853

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

Shades of Pine Cone #7B6853

Tints of Pine Cone #7B6853

Color information

#7B6853 (or 0x7B6853) is unknown color: approx Pine Cone. HEX triplet: 7B, 68 and 53. RGB value is (123,104,83). Sum of RGB (Red+Green+Blue) = 123+104+83=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6853 is #8497AC. Grayscale: #6B6B6B. Windows color (decimal): -8689581 or 5466235. OLE color: 5466235.

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

Color convert

RGB12310483-
CMYK00.150.330.52
HSL31.5º19.42%40.39%-
HSV(B)31.5º32.52%48.24%-
XYZ14.6814.7410.25-
YUV107.29114.29139.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.68%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 83 (32.81% from 255) = 26.77%
R=39.68%
G=33.55%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231048300.150.330.5231.519.4240.39
Hex7B68530F2134201328
Octal1731501230174164402350
Binary1111011110100010100110111110000111010010000010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,104,83); }

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

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

 a { background-color: rgb(123,104,83); }

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

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

 span { border-color: rgb(123,104,83); }

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