#B6775E

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

Shades of Medium Wood #B6775E

Tints of Medium Wood #B6775E

Color information

#B6775E (or 0xB6775E) is unknown color: approx Medium Wood. HEX triplet: B6, 77 and 5E. RGB value is (182,119,94). Sum of RGB (Red+Green+Blue) = 182+119+94=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6775E is #4988A1. Grayscale: #878787. Windows color (decimal): -4819106 or 6191030. OLE color: 6191030.

HSL color Cylindrical-coordinate representation of color #B6775E: hue angle of 17.05º 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 #B6775E is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18211994-
CMYK00.350.480.29
HSL17.05º37.61%54.12%-
HSV(B)17.05º48.35%71.37%-
XYZ27.9123.9513.74-
YUV134.99104.87161.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 94 (37.11% from 255) = 23.80%
R=46.08%
G=30.13%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821199400.350.480.2917.0537.6154.12
HexB6775E023301D112636
Octal2661671360436035214666
Binary101101101110111101111001000111100001110110001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6775E; }

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

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

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

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

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

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

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

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