Html Css Color HEX #D6540E Tenne (Tawny)

📋 copy color: '#D6540E'

red 214 ◦ green 84 ◦ blue 14

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

Shades of Tenne (Tawny) #D6540E

Tints of Tenne (Tawny) #D6540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

 BLUE value IS 14 (5.86% from 255) = 4.49%

R = 68.59%
G = 26.92%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6540E (or 0xD6540E) is known color: Tenne (Tawny). HEX triplet: D6, 54 and 0E. RGB value is (214,84,14). Sum of RGB (Red+Green+Blue) = 214+84+14=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6540E is #29ABF1. Grayscale: #737373. Windows color (decimal): -2730994 or 939222. OLE color: 939222.

HSL color Cylindrical-coordinate representation of color #D6540E: hue angle of 21º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6540E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 84 14 -
CMYK 0 0.61 0.93 0.16
HSL 21º 0.88% 0.45% -
HSV(B) 21º 0.93% 0.84% -
XYZ 30.98 20.67 2.77 -
YUV 114.89 71.07 198.69 -
System Red Green Blue C M Y K H S L
Decimal 214 84 14 0 0.61 0.93 0.16 21 0.88 0.45
Hex D6 54 E 0 3D 5D 10 15 58 2D
Octal 326 124 16 0 75 135 20 25 130 55
Binary 11010110 1010100 1110 0 111101 1011101 10000 10101 1011000 101101

Color Harmonies of #D6540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6540E

Black with #D6540E

Text Example


Text Example

White with #D6540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6540E; }

 p { color: rgb(214,84,14); }

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

background-color css

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

 a { background-color: rgb(214,84,14); }

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

border-color css

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

 span { border-color: rgb(214,84,14); }

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