#B6630F

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

Shades of Tenne (Tawny) #B6630F

Tints of Tenne (Tawny) #B6630F

Color information

#B6630F (or 0xB6630F) is unknown color: approx Tenne (Tawny). HEX triplet: B6, 63 and 0F. RGB value is (182,99,15). Sum of RGB (Red+Green+Blue) = 182+99+15=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6630F is #499CF0. Grayscale: #727272. Windows color (decimal): -4824305 or 1008566. OLE color: 1008566.

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

Color convert

RGB1829915-
CMYK00.460.920.29
HSL30.18º84.77%38.63%-
HSV(B)30.18º91.76%71.37%-
XYZ23.8418.92.84-
YUV114.2472176.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.49%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 15 (6.25% from 255) = 5.07%
R=61.49%
G=33.45%
B=5.07%

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
Decimal182991500.460.920.2930.1884.7738.63
HexB663F02E5C1D1e5527
Octal26614317056134353612547
Binary10110110110001111110101110101110011101111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6630F; }

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

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

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

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

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

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

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

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