#B6620A

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

Shades of Tenne (Tawny) #B6620A

Tints of Tenne (Tawny) #B6620A

Color information

#B6620A (or 0xB6620A) is unknown color: approx Tenne (Tawny). HEX triplet: B6, 62 and 0A. RGB value is (182,98,10). Sum of RGB (Red+Green+Blue) = 182+98+10=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B6620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6620A is #499DF5. Grayscale: #717171. Windows color (decimal): -4824566 or 680630. OLE color: 680630.

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

Color convert

RGB1829810-
CMYK00.460.950.29
HSL30.7º89.58%37.65%-
HSV(B)30.7º94.51%71.37%-
XYZ23.7118.72.65-
YUV113.0869.83177.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.76%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 10 (4.30% from 255) = 3.45%
R=62.76%
G=33.79%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182981000.460.950.2930.789.5837.65
HexB662A02E5F1D1f5a26
Octal26614212056137353713246
Binary10110110110001010100101110101111111101111111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6620A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6620A; }

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

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

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

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

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

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

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

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