#B6603F

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

Shades of Tuscany #B6603F

Tints of Tuscany #B6603F

Color information

#B6603F (or 0xB6603F) is unknown color: approx Tuscany. HEX triplet: B6, 60 and 3F. RGB value is (182,96,63). Sum of RGB (Red+Green+Blue) = 182+96+63=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6603F is #499FC0. Grayscale: #767676. Windows color (decimal): -4825025 or 4153526. OLE color: 4153526.

HSL color Cylindrical-coordinate representation of color #B6603F: hue angle of 16.64º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6603F is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1829663-
CMYK00.470.650.29
HSL16.64º48.57%48.04%-
HSV(B)16.64º65.38%71.37%-
XYZ24.3718.677.02-
YUV117.9596.99173.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.37%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 63 (25% from 255) = 18.48%
R=53.37%
G=28.15%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182966300.470.650.2916.6448.5748.04
HexB6603F02F411D113130
Octal2661407705710135216160
Binary101101101100000111111010111110000011110110001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6603F; }

 p { color: rgb(182,96,63); }

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

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

 a { background-color: rgb(182,96,63); }

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

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

 span { border-color: rgb(182,96,63); }

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