Html Css Color HEX #D06B06 Tenne (Tawny)

📋 copy color: '#D06B06'

red 208 ◦ green 107 ◦ blue 6

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

Shades of Tenne (Tawny) #D06B06

Tints of Tenne (Tawny) #D06B06

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.33%

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

R = 64.8%
G = 33.33%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D06B06 (or 0xD06B06) is known color: Tenne (Tawny). HEX triplet: D0, 6B and 06. RGB value is (208,107,6). Sum of RGB (Red+Green+Blue) = 208+107+6=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06B06 is #2F94F9. Grayscale: #7E7E7E. Windows color (decimal): -3118330 or 420816. OLE color: 420816.

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

Color convert

RGB 208 107 6 -
CMYK 0 0.49 0.97 0.18
HSL 30º 0.94% 0.42% -
HSV(B) 30º 0.97% 0.82% -
XYZ 31.3 23.94 3.14 -
YUV 125.69 60.46 186.71 -
System Red Green Blue C M Y K H S L
Decimal 208 107 6 0 0.49 0.97 0.18 30 0.94 0.42
Hex D0 6B 6 0 31 61 12 1E 5E 2A
Octal 320 153 6 0 61 141 22 36 136 52
Binary 11010000 1101011 110 0 110001 1100001 10010 11110 1011110 101010

Color Harmonies of #D06B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06B06

Black with #D06B06

Text Example


Text Example

White with #D06B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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