#B65D10

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

Shades of Tenne (Tawny) #B65D10

Tints of Tenne (Tawny) #B65D10

Color information

#B65D10 (or 0xB65D10) is unknown color: approx Tenne (Tawny). HEX triplet: B6, 5D and 10. RGB value is (182,93,16). Sum of RGB (Red+Green+Blue) = 182+93+16=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65D10 is #49A2EF. Grayscale: #6F6F6F. Windows color (decimal): -4825840 or 1072566. OLE color: 1072566.

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

Color convert

RGB1829316-
CMYK00.490.910.29
HSL27.83º83.84%38.82%-
HSV(B)27.83º91.21%71.37%-
XYZ23.317.812.7-
YUV110.8374.49178.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.54%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 16 (6.64% from 255) = 5.50%
R=62.54%
G=31.96%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182931600.490.910.2927.8383.8438.82
HexB65D100315B1D1c5427
Octal26613520061133353412447
Binary101101101011101100000110001101101111101111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D10; }

 p { color: rgb(182,93,16); }

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

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

 a { background-color: rgb(182,93,16); }

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

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

 span { border-color: rgb(182,93,16); }

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