#B75F06

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

Shades of Tenne (Tawny) #B75F06

Tints of Tenne (Tawny) #B75F06

Color information

#B75F06 (or 0xB75F06) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 5F and 06. RGB value is (183,95,6). Sum of RGB (Red+Green+Blue) = 183+95+6=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75F06 is #48A0F9. Grayscale: #6F6F6F. Windows color (decimal): -4759802 or 417719. OLE color: 417719.

HSL color Cylindrical-coordinate representation of color #B75F06: hue angle of 30.17º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B75F06 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB183956-
CMYK00.480.970.28
HSL30.17º93.65%37.06%-
HSV(B)30.17º96.72%71.76%-
XYZ23.6518.262.45-
YUV111.1768.65179.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.44%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=64.44%
G=33.45%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18395600.480.970.2830.1793.6537.06
HexB75F6030611C1e5e25
Octal2671376060141343613645
Binary1011011110111111100110000110000111100111101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F06; }

 p { color: rgb(183,95,6); }

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

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

 a { background-color: rgb(183,95,6); }

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

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

 span { border-color: rgb(183,95,6); }

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