#B36600

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

Shades of Tenne (Tawny) #B36600

Tints of Tenne (Tawny) #B36600

Color information

#B36600 (or 0xB36600) is unknown color: approx Tenne (Tawny). HEX triplet: B3, 66 and 00. RGB value is (179,102,0). Sum of RGB (Red+Green+Blue) = 179+102+0=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B36600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36600 is #4C99FF. Grayscale: #717171. Windows color (decimal): -5020160 or 26291. OLE color: 26291.

HSL color Cylindrical-coordinate representation of color #B36600: hue angle of 34.19º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B36600 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1791020-
CMYK00.4310.30
HSL34.19º100%35.1%-
HSV(B)34.19º100%70.2%-
XYZ23.3419.092.45-
YUV113.464.01174.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.70%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.70%
G=36.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179102000.4310.3034.1910035.1
HexB366002B641E226423
Octal2631460053144364214443
Binary101100111100110001010111100100111101000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36600; }

 p { color: rgb(179,102,0); }

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

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

 a { background-color: rgb(179,102,0); }

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

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

 span { border-color: rgb(179,102,0); }

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