#B6938A

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

Shades of Thatch #B6938A

Tints of Thatch #B6938A

Color information

#B6938A (or 0xB6938A) is unknown color: approx Thatch. HEX triplet: B6, 93 and 8A. RGB value is (182,147,138). Sum of RGB (Red+Green+Blue) = 182+147+138=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B6938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6938A is #496C75. Grayscale: #9C9C9C. Windows color (decimal): -4811894 or 9081782. OLE color: 9081782.

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

Color convert

RGB182147138-
CMYK00.190.240.29
HSL12.27º23.16%62.75%-
HSV(B)12.27º24.18%71.37%-
XYZ34.3132.6528.54-
YUV156.44117.6146.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 147 (57.81% from 255) = 31.48%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=38.97%
G=31.48%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214713800.190.240.2912.2723.1662.75
HexB6938A013181Dc173f
Octal2662232120233035142777
Binary1011011010010011100010100100111100011101110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6938A; }

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

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

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

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

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

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

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

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