Html Css Color HEX #D6510B Tenne (Tawny)

📋 copy color: '#D6510B'

red 214 ◦ green 81 ◦ blue 11

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

Shades of Tenne (Tawny) #D6510B

Tints of Tenne (Tawny) #D6510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 69.93%
G = 26.47%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6510B (or 0xD6510B) is known color: Tenne (Tawny). HEX triplet: D6, 51 and 0B. RGB value is (214,81,11). Sum of RGB (Red+Green+Blue) = 214+81+11=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D6510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6510B is #29AEF4. Grayscale: #717171. Windows color (decimal): -2731765 or 741846. OLE color: 741846.

HSL color Cylindrical-coordinate representation of color #D6510B: hue angle of 20.69º 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 #D6510B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 11 -
CMYK 0 0.62 0.95 0.16
HSL 20.69º 0.9% 0.44% -
HSV(B) 20.69º 0.95% 0.84% -
XYZ 30.73 20.21 2.6 -
YUV 112.79 70.56 200.19 -
System Red Green Blue C M Y K H S L
Decimal 214 81 11 0 0.62 0.95 0.16 20.69 0.9 0.44
Hex D6 51 B 0 3E 5F 10 15 5A 2C
Octal 326 121 13 0 76 137 20 25 132 54
Binary 11010110 1010001 1011 0 111110 1011111 10000 10101 1011010 101100

Color Harmonies of #D6510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6510B

Black with #D6510B

Text Example


Text Example

White with #D6510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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