#B9670D

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

Shades of Tenne (Tawny) #B9670D

Tints of Tenne (Tawny) #B9670D

Color information

#B9670D (or 0xB9670D) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 67 and 0D. RGB value is (185,103,13). Sum of RGB (Red+Green+Blue) = 185+103+13=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9670D is #4698F2. Grayscale: #757575. Windows color (decimal): -4626675 or 878521. OLE color: 878521.

HSL color Cylindrical-coordinate representation of color #B9670D: hue angle of 31.4º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9670D is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB18510313-
CMYK00.440.930.27
HSL31.4º86.87%38.82%-
HSV(B)31.4º92.97%72.55%-
XYZ24.9320.042.94-
YUV117.2669.17176.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.46%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 13 (5.47% from 255) = 4.32%
R=61.46%
G=34.22%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851031300.440.930.2731.486.8738.82
HexB967D02C5D1B1f5727
Octal27114715054135333712747
Binary10111001110011111010101100101110111011111111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9670D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9670D; }

 p { color: rgb(185,103,13); }

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

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

 a { background-color: rgb(185,103,13); }

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

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

 span { border-color: rgb(185,103,13); }

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