Html Css Color HEX #D16206 Tenne (Tawny)

📋 copy color: '#D16206'

red 209 ◦ green 98 ◦ blue 6

#D16206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #D16206

Tints of Tenne (Tawny) #D16206

RGB

 RED value IS 209 (82.03% from 255) = 66.77%

 GREEN value IS 98 (38.67% from 255) = 31.31%

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 66.77%
G = 31.31%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D16206 (or 0xD16206) is known color: Tenne (Tawny). HEX triplet: D1, 62 and 06. RGB value is (209,98,6). Sum of RGB (Red+Green+Blue) = 209+98+6=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D16206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16206 is #2E9DF9. Grayscale: #797979. Windows color (decimal): -3055098 or 418513. OLE color: 418513.

HSL color Cylindrical-coordinate representation of color #D16206: hue angle of 27.19º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D16206 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 98 6 -
CMYK 0 0.53 0.97 0.18
HSL 27.19º 0.94% 0.42% -
HSV(B) 27.19º 0.97% 0.82% -
XYZ 30.7 22.3 2.86 -
YUV 120.7 63.27 190.98 -
System Red Green Blue C M Y K H S L
Decimal 209 98 6 0 0.53 0.97 0.18 27.19 0.94 0.42
Hex D1 62 6 0 35 61 12 1B 5E 2A
Octal 321 142 6 0 65 141 22 33 136 52
Binary 11010001 1100010 110 0 110101 1100001 10010 11011 1011110 101010

Color Harmonies of #D16206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16206

Black with #D16206

Text Example


Text Example

White with #D16206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16206; }

 p { color: rgb(209,98,6); }

 H1.HeaderClassName
 {
   color: #D16206;
 }
 .AnyTagClassName
 {
   color: #D16206;
 }
</style>

background-color css

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

 a { background-color: rgb(209,98,6); }

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

border-color css

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

 span { border-color: rgb(209,98,6); }

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