Html Css Color HEX #D06706 Tenne (Tawny)

📋 copy color: '#D06706'

red 208 ◦ green 103 ◦ blue 6

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

Shades of Tenne (Tawny) #D06706

Tints of Tenne (Tawny) #D06706

RGB

 RED value IS 208 (81.64% from 255) = 65.62%

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

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

R = 65.62%
G = 32.49%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D06706 (or 0xD06706) is known color: Tenne (Tawny). HEX triplet: D0, 67 and 06. RGB value is (208,103,6). Sum of RGB (Red+Green+Blue) = 208+103+6=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D06706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06706 is #2F98F9. Grayscale: #7B7B7B. Windows color (decimal): -3119354 or 419792. OLE color: 419792.

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

Color convert

RGB 208 103 6 -
CMYK 0 0.50 0.97 0.18
HSL 28.81º 0.94% 0.42% -
HSV(B) 28.81º 0.97% 0.82% -
XYZ 30.9 23.12 3.01 -
YUV 123.34 61.79 188.39 -
System Red Green Blue C M Y K H S L
Decimal 208 103 6 0 0.50 0.97 0.18 28.81 0.94 0.42
Hex D0 67 6 0 32 61 12 1D 5E 2A
Octal 320 147 6 0 62 141 22 35 136 52
Binary 11010000 1100111 110 0 110010 1100001 10010 11101 1011110 101010

Color Harmonies of #D06706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06706

Black with #D06706

Text Example


Text Example

White with #D06706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06706; }

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

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

background-color css

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

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

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

border-color css

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

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

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