#B6896D

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

Shades of Sandrift #B6896D

Tints of Sandrift #B6896D

Color information

#B6896D (or 0xB6896D) is unknown color: approx Sandrift. HEX triplet: B6, 89 and 6D. RGB value is (182,137,109). Sum of RGB (Red+Green+Blue) = 182+137+109=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B6896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6896D is #497692. Grayscale: #939393. Windows color (decimal): -4814483 or 7178678. OLE color: 7178678.

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

Color convert

RGB182137109-
CMYK00.250.400.29
HSL23.01º33.33%57.06%-
HSV(B)23.01º40.11%71.37%-
XYZ3128.9418.42-
YUV147.26106.41152.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=42.52%
G=32.01%
B=25.47%

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
Decimal18213710900.250.400.2923.0133.3357.06
HexB6896D019281D172139
Octal2662111550315035274171
Binary101101101000100111011010110011010001110110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6896D; }

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

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

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

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

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

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

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

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