#D76408

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

Shades of Tenne (Tawny) #D76408

Tints of Tenne (Tawny) #D76408

Color information

#D76408 (or 0xD76408) is unknown color: approx Tenne (Tawny). HEX triplet: D7, 64 and 08. RGB value is (215,100,8). Sum of RGB (Red+Green+Blue) = 215+100+8=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D76408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76408 is #289BF7. Grayscale: #7C7C7C. Windows color (decimal): -2661368 or 550103. OLE color: 550103.

HSL color Cylindrical-coordinate representation of color #D76408: hue angle of 26.67º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D76408 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB2151008-
CMYK00.530.960.16
HSL26.67º92.83%43.73%-
HSV(B)26.67º96.28%84.31%-
XYZ32.6323.583.06-
YUV123.962.6192.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 66.56%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=66.56%
G=30.96%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215100800.530.960.1626.6792.8343.73
HexD764803560101b5d2c
Octal32714410065140203313554
Binary11010111110010010000110101110000010000110111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76408; }

 p { color: rgb(215,100,8); }

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

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

 a { background-color: rgb(215,100,8); }

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

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

 span { border-color: rgb(215,100,8); }

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