Html Css Color HEX #D16706 Tenne (Tawny)

📋 copy color: '#D16706'

red 209 ◦ green 103 ◦ blue 6

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

Shades of Tenne (Tawny) #D16706

Tints of Tenne (Tawny) #D16706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.39%

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

R = 65.72%
G = 32.39%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D16706 (or 0xD16706) is known color: Tenne (Tawny). HEX triplet: D1, 67 and 06. RGB value is (209,103,6). Sum of RGB (Red+Green+Blue) = 209+103+6=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D16706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16706 is #2E98F9. Grayscale: #7C7C7C. Windows color (decimal): -3053818 or 419793. OLE color: 419793.

HSL color Cylindrical-coordinate representation of color #D16706: hue angle of 28.67º 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 #D16706 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 103 6 -
CMYK 0 0.51 0.97 0.18
HSL 28.67º 0.94% 0.42% -
HSV(B) 28.67º 0.97% 0.82% -
XYZ 31.18 23.27 3.02 -
YUV 123.64 61.62 188.89 -
System Red Green Blue C M Y K H S L
Decimal 209 103 6 0 0.51 0.97 0.18 28.67 0.94 0.42
Hex D1 67 6 0 33 61 12 1D 5E 2A
Octal 321 147 6 0 63 141 22 35 136 52
Binary 11010001 1100111 110 0 110011 1100001 10010 11101 1011110 101010

Color Harmonies of #D16706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16706

Black with #D16706

Text Example


Text Example

White with #D16706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16706; }

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

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

background-color css

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

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

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

border-color css

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

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

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