Html Css Color HEX #D6540B Tenne (Tawny)

📋 copy color: '#D6540B'

red 214 ◦ green 84 ◦ blue 11

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

Shades of Tenne (Tawny) #D6540B

Tints of Tenne (Tawny) #D6540B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.56%

R = 69.26%
G = 27.18%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6540B (or 0xD6540B) is known color: Tenne (Tawny). HEX triplet: D6, 54 and 0B. RGB value is (214,84,11). Sum of RGB (Red+Green+Blue) = 214+84+11=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6540B is #29ABF4. Grayscale: #727272. Windows color (decimal): -2730997 or 742614. OLE color: 742614.

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

Color convert

RGB 214 84 11 -
CMYK 0 0.61 0.95 0.16
HSL 21.58º 0.9% 0.44% -
HSV(B) 21.58º 0.95% 0.84% -
XYZ 30.96 20.66 2.67 -
YUV 114.55 69.57 198.94 -
System Red Green Blue C M Y K H S L
Decimal 214 84 11 0 0.61 0.95 0.16 21.58 0.9 0.44
Hex D6 54 B 0 3D 5F 10 16 5A 2C
Octal 326 124 13 0 75 137 20 26 132 54
Binary 11010110 1010100 1011 0 111101 1011111 10000 10110 1011010 101100

Color Harmonies of #D6540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6540B

Black with #D6540B

Text Example


Text Example

White with #D6540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6540B; }

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

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

background-color css

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

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

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

border-color css

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

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

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