#B75D06

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

Shades of Tenne (Tawny) #B75D06

Tints of Tenne (Tawny) #B75D06

Color information

#B75D06 (or 0xB75D06) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 5D and 06. RGB value is (183,93,6). Sum of RGB (Red+Green+Blue) = 183+93+6=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75D06 is #48A2F9. Grayscale: #6E6E6E. Windows color (decimal): -4760314 or 417207. OLE color: 417207.

HSL color Cylindrical-coordinate representation of color #B75D06: hue angle of 29.49º 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 #B75D06 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB183936-
CMYK00.490.970.28
HSL29.49º93.65%37.06%-
HSV(B)29.49º96.72%71.76%-
XYZ23.4817.912.39-
YUV109.9969.32180.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.89%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 6 (2.73% from 255) = 2.13%
R=64.89%
G=32.98%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18393600.490.970.2829.4993.6537.06
HexB75D6031611C1d5e25
Octal2671356061141343513645
Binary1011011110111011100110001110000111100111011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D06; }

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

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

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

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

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

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

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

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