Html Css Color HEX #B6938D Thatch

📋 copy color: '#B6938D'

red 182 ◦ green 147 ◦ blue 141

#B6938D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch #B6938D

Tints of Thatch #B6938D

RGB

 RED value IS 182 (71.48% from 255) = 38.72%

 GREEN value IS 147 (57.81% from 255) = 31.28%

 BLUE value IS 141 (55.47% from 255) = 30%

R = 38.72%
G = 31.28%
B = 30%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6938D (or 0xB6938D) is known color: Thatch. HEX triplet: B6, 93 and 8D. RGB value is (182,147,141). Sum of RGB (Red+Green+Blue) = 182+147+141=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B6938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6938D is #496C72. Grayscale: #9C9C9C. Windows color (decimal): -4811891 or 9278390. OLE color: 9278390.

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

Color convert

RGB 182 147 141 -
CMYK 0 0.19 0.23 0.29
HSL 8.78º 0.22% 0.63% -
HSV(B) 8.78º 0.23% 0.71% -
XYZ 34.53 32.74 29.7 -
YUV 156.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 182 147 141 0 0.19 0.23 0.29 8.78 0.22 0.63
Hex B6 93 8D 0 13 17 1D 9 16 3F
Octal 266 223 215 0 23 27 35 11 26 77
Binary 10110110 10010011 10001101 0 10011 10111 11101 1001 10110 111111

Color Harmonies of #B6938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6938D

Black with #B6938D

Text Example


Text Example

White with #B6938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6938D; }

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

 H1.HeaderClassName
 {
   color: #B6938D;
 }
 .AnyTagClassName
 {
   color: #B6938D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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