Html Css Color HEX #D6540D Tenne (Tawny)

📋 copy color: '#D6540D'

red 214 ◦ green 84 ◦ blue 13

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

Shades of Tenne (Tawny) #D6540D

Tints of Tenne (Tawny) #D6540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.18%

R = 68.81%
G = 27.01%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6540D (or 0xD6540D) is known color: Tenne (Tawny). HEX triplet: D6, 54 and 0D. RGB value is (214,84,13). Sum of RGB (Red+Green+Blue) = 214+84+13=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D6540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6540D is #29ABF2. Grayscale: #737373. Windows color (decimal): -2730995 or 873686. OLE color: 873686.

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

Color convert

RGB 214 84 13 -
CMYK 0 0.61 0.94 0.16
HSL 21.19º 0.89% 0.45% -
HSV(B) 21.19º 0.94% 0.84% -
XYZ 30.97 20.67 2.74 -
YUV 114.78 70.57 198.77 -
System Red Green Blue C M Y K H S L
Decimal 214 84 13 0 0.61 0.94 0.16 21.19 0.89 0.45
Hex D6 54 D 0 3D 5E 10 15 59 2D
Octal 326 124 15 0 75 136 20 25 131 55
Binary 11010110 1010100 1101 0 111101 1011110 10000 10101 1011001 101101

Color Harmonies of #D6540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6540D

Black with #D6540D

Text Example


Text Example

White with #D6540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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