#B6630E

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

Shades of Tenne (Tawny) #B6630E

Tints of Tenne (Tawny) #B6630E

Color information

#B6630E (or 0xB6630E) is unknown color: approx Tenne (Tawny). HEX triplet: B6, 63 and 0E. RGB value is (182,99,14). Sum of RGB (Red+Green+Blue) = 182+99+14=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B6630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6630E is #499CF1. Grayscale: #727272. Windows color (decimal): -4824306 or 943030. OLE color: 943030.

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

Color convert

RGB1829914-
CMYK00.460.920.29
HSL30.36º85.71%38.43%-
HSV(B)30.36º92.31%71.37%-
XYZ23.8318.92.81-
YUV114.1371.5176.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.69%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=61.69%
G=33.56%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182991400.460.920.2930.3685.7138.43
HexB663E02E5C1D1e5626
Octal26614316056134353612646
Binary10110110110001111100101110101110011101111101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6630E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6630E; }

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

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

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

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

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

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

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

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