#D9610C

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

Shades of Tenne (Tawny) #D9610C

Tints of Tenne (Tawny) #D9610C

Color information

#D9610C (or 0xD9610C) is unknown color: approx Tenne (Tawny). HEX triplet: D9, 61 and 0C. RGB value is (217,97,12). Sum of RGB (Red+Green+Blue) = 217+97+12=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D9610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9610C is #269EF3. Grayscale: #7B7B7B. Windows color (decimal): -2531060 or 811481. OLE color: 811481.

HSL color Cylindrical-coordinate representation of color #D9610C: hue angle of 24.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9610C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB2179712-
CMYK00.550.940.15
HSL24.88º89.52%44.9%-
HSV(B)24.88º94.47%85.1%-
XYZ32.9623.333.11-
YUV123.1965.26194.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 66.56%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 12 (5.08% from 255) = 3.68%
R=66.56%
G=29.75%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217971200.550.940.1524.8889.5244.9
HexD961C0375EF195a2d
Octal33114114067136173113255
Binary1101100111000011100011011110111101111110011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9610C; }

 p { color: rgb(217,97,12); }

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

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

 a { background-color: rgb(217,97,12); }

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

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

 span { border-color: rgb(217,97,12); }

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