#B68F6E

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

Shades of Sandrift #B68F6E

Tints of Sandrift #B68F6E

Color information

#B68F6E (or 0xB68F6E) is unknown color: approx Sandrift. HEX triplet: B6, 8F and 6E. RGB value is (182,143,110). Sum of RGB (Red+Green+Blue) = 182+143+110=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F6E is #497091. Grayscale: #979797. Windows color (decimal): -4812946 or 7245750. OLE color: 7245750.

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

Color convert

RGB182143110-
CMYK00.210.400.29
HSL27.5º33.03%57.25%-
HSV(B)27.5º39.56%71.37%-
XYZ31.9330.7219-
YUV150.9104.92150.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=41.84%
G=32.87%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214311000.210.400.2927.533.0357.25
HexB68F6E015281D1c2139
Octal2662171560255035344171
Binary101101101000111111011100101011010001110111100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F6E; }

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

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

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

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

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

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

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

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