#B68E6E

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

Shades of Sandrift #B68E6E

Tints of Sandrift #B68E6E

Color information

#B68E6E (or 0xB68E6E) is unknown color: approx Sandrift. HEX triplet: B6, 8E and 6E. RGB value is (182,142,110). Sum of RGB (Red+Green+Blue) = 182+142+110=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E6E is #497191. Grayscale: #969696. Windows color (decimal): -4813202 or 7245494. OLE color: 7245494.

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

Color convert

RGB182142110-
CMYK00.220.400.29
HSL26.67º33.03%57.25%-
HSV(B)26.67º39.56%71.37%-
XYZ31.7830.4218.95-
YUV150.31105.25150.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=41.94%
G=32.72%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214211000.220.400.2926.6733.0357.25
HexB68E6E016281D1b2139
Octal2662161560265035334171
Binary101101101000111011011100101101010001110111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E6E; }

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

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

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

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

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

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

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

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