#B6640E

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

Shades of Tenne (Tawny) #B6640E

Tints of Tenne (Tawny) #B6640E

Color information

#B6640E (or 0xB6640E) is unknown color: approx Tenne (Tawny). HEX triplet: B6, 64 and 0E. RGB value is (182,100,14). Sum of RGB (Red+Green+Blue) = 182+100+14=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6640E is #499BF1. Grayscale: #737373. Windows color (decimal): -4824050 or 943286. OLE color: 943286.

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

Color convert

RGB18210014-
CMYK00.450.920.29
HSL30.71º85.71%38.43%-
HSV(B)30.71º92.31%71.37%-
XYZ23.9319.092.84-
YUV114.7171.17175.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.49%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 14 (5.86% from 255) = 4.73%
R=61.49%
G=33.78%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821001400.450.920.2930.7185.7138.43
HexB664E02D5C1D1f5626
Octal26614416055134353712646
Binary10110110110010011100101101101110011101111111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6640E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6640E; }

 p { color: rgb(182,100,14); }

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

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

 a { background-color: rgb(182,100,14); }

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

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

 span { border-color: rgb(182,100,14); }

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