#B69677

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

Shades of Sandrift #B69677

Tints of Sandrift #B69677

Color information

#B69677 (or 0xB69677) is unknown color: approx Sandrift. HEX triplet: B6, 96 and 77. RGB value is (182,150,119). Sum of RGB (Red+Green+Blue) = 182+150+119=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B69677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69677 is #496988. Grayscale: #9C9C9C. Windows color (decimal): -4811145 or 7837366. OLE color: 7837366.

HSL color Cylindrical-coordinate representation of color #B69677: hue angle of 29.52º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B69677 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB182150119-
CMYK00.180.350.29
HSL29.52º30.14%59.02%-
HSV(B)29.52º34.62%71.37%-
XYZ33.5333.0922.07-
YUV156.03107.1146.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 119 (46.88% from 255) = 26.39%
R=40.35%
G=33.26%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215011900.180.350.2929.5230.1459.02
HexB69677012231D1e1e3b
Octal2662261670224335363673
Binary10110110100101101110111010010100011111011111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69677; }

 p { color: rgb(182,150,119); }

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

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

 a { background-color: rgb(182,150,119); }

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

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

 span { border-color: rgb(182,150,119); }

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