#B69692

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

Shades of Thatch #B69692

Tints of Thatch #B69692

Color information

#B69692 (or 0xB69692) is unknown color: approx Thatch. HEX triplet: B6, 96 and 92. RGB value is (182,150,146). Sum of RGB (Red+Green+Blue) = 182+150+146=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B69692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69692 is #49696D. Grayscale: #9F9F9F. Windows color (decimal): -4811118 or 9606838. OLE color: 9606838.

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

Color convert

RGB182150146-
CMYK00.180.200.29
HSL6.67º19.78%64.31%-
HSV(B)6.67º19.78%71.37%-
XYZ35.3933.8331.86-
YUV159.11120.6144.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=38.08%
G=31.38%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215014600.180.200.296.6719.7864.31
HexB69692012141D71440
Octal2662262220222435724100
Binary1011011010010110100100100100101010011101111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69692; }

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

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

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

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

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

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

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

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