Html Css Color HEX #D46706 Tenne (Tawny)

📋 copy color: '#D46706'

red 212 ◦ green 103 ◦ blue 6

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

Shades of Tenne (Tawny) #D46706

Tints of Tenne (Tawny) #D46706

RGB

 RED value IS 212 (83.2% from 255) = 66.04%

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

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

R = 66.04%
G = 32.09%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D46706 (or 0xD46706) is known color: Tenne (Tawny). HEX triplet: D4, 67 and 06. RGB value is (212,103,6). Sum of RGB (Red+Green+Blue) = 212+103+6=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D46706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46706 is #2B98F9. Grayscale: #7D7D7D. Windows color (decimal): -2857210 or 419796. OLE color: 419796.

HSL color Cylindrical-coordinate representation of color #D46706: hue angle of 28.25º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D46706 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 103 6 -
CMYK 0 0.51 0.97 0.17
HSL 28.25º 0.94% 0.43% -
HSV(B) 28.25º 0.97% 0.83% -
XYZ 32.03 23.71 3.06 -
YUV 124.53 61.11 190.39 -
System Red Green Blue C M Y K H S L
Decimal 212 103 6 0 0.51 0.97 0.17 28.25 0.94 0.43
Hex D4 67 6 0 33 61 11 1C 5E 2B
Octal 324 147 6 0 63 141 21 34 136 53
Binary 11010100 1100111 110 0 110011 1100001 10001 11100 1011110 101011

Color Harmonies of #D46706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46706

Black with #D46706

Text Example


Text Example

White with #D46706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46706; }

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

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

background-color css

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

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

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

border-color css

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

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

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