#b6896e

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

Shades of Sandrift #B6896E

Tints of Sandrift #B6896E

Color information

#B6896E (or 0xB6896E) is unknown color: approx Sandrift. HEX triplet: B6, 89 and 6E. RGB value is (182,137,110). Sum of RGB (Red+Green+Blue) = 182+137+110=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B6896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6896E is #497691. Grayscale: #939393. Windows color (decimal): -4814482 or 7244214. OLE color: 7244214.

HSL color Cylindrical-coordinate representation of color #B6896E: hue angle of 22.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6896E is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182137110-
CMYK00.250.400.29
HSL22.5º33.03%57.25%-
HSV(B)22.5º39.56%71.37%-
XYZ31.0528.9618.71-
YUV147.38106.91152.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=42.42%
G=31.93%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213711000.250.400.2922.533.0357.25
HexB6896E019281D172139
Octal2662111560315035274171
Binary101101101000100111011100110011010001110110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6896e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6896e; }

 p { color: rgb(182,137,110); }

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

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

 a { background-color: rgb(182,137,110); }

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

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

 span { border-color: rgb(182,137,110); }

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