#B66201

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

Shades of Tenne (Tawny) #B66201

Tints of Tenne (Tawny) #B66201

Color information

#B66201 (or 0xB66201) is unknown color: approx Tenne (Tawny). HEX triplet: B6, 62 and 01. RGB value is (182,98,1). Sum of RGB (Red+Green+Blue) = 182+98+1=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B66201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66201 is #499DFE. Grayscale: #707070. Windows color (decimal): -4824575 or 90806. OLE color: 90806.

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

Color convert

RGB182981-
CMYK00.460.990.29
HSL32.15º98.91%35.88%-
HSV(B)32.15º99.45%71.37%-
XYZ23.6618.682.39-
YUV112.0665.33177.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.77%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=64.77%
G=34.88%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18298100.460.990.2932.1598.9135.88
HexB662102E631D206324
Octal2661421056143354014344
Binary101101101100010101011101100011111011000001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66201; }

 p { color: rgb(182,98,1); }

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

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

 a { background-color: rgb(182,98,1); }

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

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

 span { border-color: rgb(182,98,1); }

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