#B6928D

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

Shades of Thatch #B6928D

Tints of Thatch #B6928D

Color information

#B6928D (or 0xB6928D) is unknown color: approx Thatch. HEX triplet: B6, 92 and 8D. RGB value is (182,146,141). Sum of RGB (Red+Green+Blue) = 182+146+141=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6928D is #496D72. Grayscale: #9C9C9C. Windows color (decimal): -4812147 or 9278134. OLE color: 9278134.

HSL color Cylindrical-coordinate representation of color #B6928D: hue angle of 7.32º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6928D is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB182146141-
CMYK00.200.230.29
HSL7.32º21.93%63.33%-
HSV(B)7.32º22.53%71.37%-
XYZ34.3832.4329.65-
YUV156.19119.43146.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=38.81%
G=31.13%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214614100.200.230.297.3221.9363.33
HexB6928D014171D7163f
Octal266222215024273572677
Binary101101101001001010001101010100101111110111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6928D; }

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

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

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

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

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

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

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

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