#B6795E

Color #B6795E Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B6795E

Tints of Medium Wood #B6795E

Color information

#B6795E (or 0xB6795E) is unknown color: approx Medium Wood. HEX triplet: B6, 79 and 5E. RGB value is (182,121,94). Sum of RGB (Red+Green+Blue) = 182+121+94=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B6795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6795E is #4986A1. Grayscale: #888888. Windows color (decimal): -4818594 or 6191542. OLE color: 6191542.

HSL color Cylindrical-coordinate representation of color #B6795E: hue angle of 18.41º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6795E is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18212194-
CMYK00.340.480.29
HSL18.41º37.61%54.12%-
HSV(B)18.41º48.35%71.37%-
XYZ28.1524.4313.82-
YUV136.16104.21160.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=45.84%
G=30.48%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821219400.340.480.2918.4137.6154.12
HexB6795E022301D122636
Octal2661711360426035224666
Binary101101101111001101111001000101100001110110010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6795E; }

 p { color: rgb(182,121,94); }

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

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

 a { background-color: rgb(182,121,94); }

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

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

 span { border-color: rgb(182,121,94); }

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