#B6908A

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

Shades of Thatch #B6908A

Tints of Thatch #B6908A

Color information

#B6908A (or 0xB6908A) is unknown color: approx Thatch. HEX triplet: B6, 90 and 8A. RGB value is (182,144,138). Sum of RGB (Red+Green+Blue) = 182+144+138=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B6908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6908A is #496F75. Grayscale: #9A9A9A. Windows color (decimal): -4812662 or 9081014. OLE color: 9081014.

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

Color convert

RGB182144138-
CMYK00.210.240.29
HSL8.18º23.16%62.75%-
HSV(B)8.18º24.18%71.37%-
XYZ33.8531.7328.38-
YUV154.68118.59147.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=39.22%
G=31.03%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214413800.210.240.298.1823.1662.75
HexB6908A015181D8173f
Octal2662202120253035102777
Binary1011011010010000100010100101011100011101100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6908A; }

 p { color: rgb(182,144,138); }

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

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

 a { background-color: rgb(182,144,138); }

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

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

 span { border-color: rgb(182,144,138); }

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