Html Css Color HEX #D96206 Tenne (Tawny)

📋 copy color: '#D96206'

red 217 ◦ green 98 ◦ blue 6

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

Shades of Tenne (Tawny) #D96206

Tints of Tenne (Tawny) #D96206

RGB

 RED value IS 217 (85.16% from 255) = 67.6%

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

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

R = 67.6%
G = 30.53%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D96206 (or 0xD96206) is known color: Tenne (Tawny). HEX triplet: D9, 62 and 06. RGB value is (217,98,6). Sum of RGB (Red+Green+Blue) = 217+98+6=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D96206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96206 is #269DF9. Grayscale: #7B7B7B. Windows color (decimal): -2530810 or 418521. OLE color: 418521.

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

Color convert

RGB 217 98 6 -
CMYK 0 0.55 0.97 0.15
HSL 26.16º 0.95% 0.44% -
HSV(B) 26.16º 0.97% 0.85% -
XYZ 33.02 23.5 2.97 -
YUV 123.09 61.92 194.98 -
System Red Green Blue C M Y K H S L
Decimal 217 98 6 0 0.55 0.97 0.15 26.16 0.95 0.44
Hex D9 62 6 0 37 61 F 1A 5F 2C
Octal 331 142 6 0 67 141 17 32 137 54
Binary 11011001 1100010 110 0 110111 1100001 1111 11010 1011111 101100

Color Harmonies of #D96206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96206

Black with #D96206

Text Example


Text Example

White with #D96206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96206; }

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

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

background-color css

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

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

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

border-color css

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

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

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