#B6704C

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

Shades of Sante Fe #B6704C

Tints of Sante Fe #B6704C

Color information

#B6704C (or 0xB6704C) is unknown color: approx Sante Fe. HEX triplet: B6, 70 and 4C. RGB value is (182,112,76). Sum of RGB (Red+Green+Blue) = 182+112+76=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6704C is #498FB3. Grayscale: #818181. Windows color (decimal): -4820916 or 5009590. OLE color: 5009590.

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

Color convert

RGB18211276-
CMYK00.380.580.29
HSL20.38º42.06%50.59%-
HSV(B)20.38º58.24%71.37%-
XYZ26.3922.069.7-
YUV128.8398.19165.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=49.19%
G=30.27%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821127600.380.580.2920.3842.0650.59
HexB6704C0263A1D142a33
Octal2661601140467235245263
Binary101101101110000100110001001101110101110110100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6704C; }

 p { color: rgb(182,112,76); }

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

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

 a { background-color: rgb(182,112,76); }

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

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

 span { border-color: rgb(182,112,76); }

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