#B6744D

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

Shades of Sante Fe #B6744D

Tints of Sante Fe #B6744D

Color information

#B6744D (or 0xB6744D) is unknown color: approx Sante Fe. HEX triplet: B6, 74 and 4D. RGB value is (182,116,77). Sum of RGB (Red+Green+Blue) = 182+116+77=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6744D is #498BB2. Grayscale: #838383. Windows color (decimal): -4819891 or 5076150. OLE color: 5076150.

HSL color Cylindrical-coordinate representation of color #B6744D: hue angle of 22.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6744D is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18211677-
CMYK00.360.580.29
HSL22.29º41.83%50.78%-
HSV(B)22.29º57.69%71.37%-
XYZ26.8822.9710.04-
YUV131.2997.37164.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 77 (30.47% from 255) = 20.53%
R=48.53%
G=30.93%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821167700.360.580.2922.2941.8350.78
HexB6744D0243A1D162a33
Octal2661641150447235265263
Binary101101101110100100110101001001110101110110110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6744D; }

 p { color: rgb(182,116,77); }

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

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

 a { background-color: rgb(182,116,77); }

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

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

 span { border-color: rgb(182,116,77); }

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