#B69678

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

Shades of Sandrift #B69678

Tints of Sandrift #B69678

Color information

#B69678 (or 0xB69678) is unknown color: approx Sandrift. HEX triplet: B6, 96 and 78. RGB value is (182,150,120). Sum of RGB (Red+Green+Blue) = 182+150+120=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B69678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69678 is #496987. Grayscale: #9C9C9C. Windows color (decimal): -4811144 or 7902902. OLE color: 7902902.

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

Color convert

RGB182150120-
CMYK00.180.340.29
HSL29.03º29.81%59.22%-
HSV(B)29.03º34.07%71.37%-
XYZ33.5933.1122.39-
YUV156.15107.6146.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=40.27%
G=33.19%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215012000.180.340.2929.0329.8159.22
HexB69678012221D1d1e3b
Octal2662261700224235353673
Binary10110110100101101111000010010100010111011110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69678; }

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

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

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

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

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

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

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

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