Html Css Color HEX #D66706 Tenne (Tawny)

📋 copy color: '#D66706'

red 214 ◦ green 103 ◦ blue 6

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

Shades of Tenne (Tawny) #D66706

Tints of Tenne (Tawny) #D66706

RGB

 RED value IS 214 (83.98% from 255) = 66.25%

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

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

R = 66.25%
G = 31.89%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D66706 (or 0xD66706) is known color: Tenne (Tawny). HEX triplet: D6, 67 and 06. RGB value is (214,103,6). Sum of RGB (Red+Green+Blue) = 214+103+6=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D66706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66706 is #2998F9. Grayscale: #7D7D7D. Windows color (decimal): -2726138 or 419798. OLE color: 419798.

HSL color Cylindrical-coordinate representation of color #D66706: hue angle of 27.98º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D66706 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 6 -
CMYK 0 0.52 0.97 0.16
HSL 27.98º 0.95% 0.43% -
HSV(B) 27.98º 0.97% 0.84% -
XYZ 32.61 24.01 3.09 -
YUV 125.13 60.77 191.39 -
System Red Green Blue C M Y K H S L
Decimal 214 103 6 0 0.52 0.97 0.16 27.98 0.95 0.43
Hex D6 67 6 0 34 61 10 1C 5F 2B
Octal 326 147 6 0 64 141 20 34 137 53
Binary 11010110 1100111 110 0 110100 1100001 10000 11100 1011111 101011

Color Harmonies of #D66706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66706

Black with #D66706

Text Example


Text Example

White with #D66706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66706; }

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

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

background-color css

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

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

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

border-color css

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

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

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