#B68D6F

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

Shades of Sandrift #B68D6F

Tints of Sandrift #B68D6F

Color information

#B68D6F (or 0xB68D6F) is unknown color: approx Sandrift. HEX triplet: B6, 8D and 6F. RGB value is (182,141,111). Sum of RGB (Red+Green+Blue) = 182+141+111=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68D6F is #497290. Grayscale: #969696. Windows color (decimal): -4813457 or 7310774. OLE color: 7310774.

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

Color convert

RGB182141111-
CMYK00.230.390.29
HSL25.35º32.72%57.45%-
HSV(B)25.35º39.01%71.37%-
XYZ31.6930.1419.19-
YUV149.84106.08150.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=41.94%
G=32.49%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214111100.230.390.2925.3532.7257.45
HexB68D6F017271D192139
Octal2662151570274735314171
Binary101101101000110111011110101111001111110111001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D6F; }

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

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

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

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

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

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

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

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