#B68B6F

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

Shades of Sandrift #B68B6F

Tints of Sandrift #B68B6F

Color information

#B68B6F (or 0xB68B6F) is unknown color: approx Sandrift. HEX triplet: B6, 8B and 6F. RGB value is (182,139,111). Sum of RGB (Red+Green+Blue) = 182+139+111=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68B6F is #497490. Grayscale: #949494. Windows color (decimal): -4813969 or 7310262. OLE color: 7310262.

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

Color convert

RGB182139111-
CMYK00.240.390.29
HSL23.66º32.72%57.45%-
HSV(B)23.66º39.01%71.37%-
XYZ31.3929.5619.09-
YUV148.66106.75151.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 111 (43.75% from 255) = 25.69%
R=42.13%
G=32.18%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213911100.240.390.2923.6632.7257.45
HexB68B6F018271D182139
Octal2662131570304735304171
Binary101101101000101111011110110001001111110111000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68B6F; }

 p { color: rgb(182,139,111); }

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

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

 a { background-color: rgb(182,139,111); }

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

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

 span { border-color: rgb(182,139,111); }

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