#B7660C

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

Shades of Tenne (Tawny) #B7660C

Tints of Tenne (Tawny) #B7660C

Color information

#B7660C (or 0xB7660C) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 66 and 0C. RGB value is (183,102,12). Sum of RGB (Red+Green+Blue) = 183+102+12=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7660C is #4899F3. Grayscale: #747474. Windows color (decimal): -4758004 or 812727. OLE color: 812727.

HSL color Cylindrical-coordinate representation of color #B7660C: hue angle of 31.58º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7660C is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB18310212-
CMYK00.440.930.28
HSL31.58º87.69%38.24%-
HSV(B)31.58º93.44%71.76%-
XYZ24.3519.62.85-
YUV115.9669.34175.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.62%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 12 (5.08% from 255) = 4.04%
R=61.62%
G=34.34%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831021200.440.930.2831.5887.6938.24
HexB766C02C5D1C205826
Octal26714614054135344013046
Binary101101111100110110001011001011101111001000001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7660C; }

 p { color: rgb(183,102,12); }

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

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

 a { background-color: rgb(183,102,12); }

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

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

 span { border-color: rgb(183,102,12); }

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