Html Css Color HEX #D6510C Tenne (Tawny)

📋 copy color: '#D6510C'

red 214 ◦ green 81 ◦ blue 12

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

Shades of Tenne (Tawny) #D6510C

Tints of Tenne (Tawny) #D6510C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 69.71%
G = 26.38%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6510C (or 0xD6510C) is known color: Tenne (Tawny). HEX triplet: D6, 51 and 0C. RGB value is (214,81,12). Sum of RGB (Red+Green+Blue) = 214+81+12=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D6510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6510C is #29AEF3. Grayscale: #717171. Windows color (decimal): -2731764 or 807382. OLE color: 807382.

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

Color convert

RGB 214 81 12 -
CMYK 0 0.62 0.94 0.16
HSL 20.5º 0.89% 0.44% -
HSV(B) 20.5º 0.94% 0.84% -
XYZ 30.74 20.21 2.63 -
YUV 112.9 71.06 200.11 -
System Red Green Blue C M Y K H S L
Decimal 214 81 12 0 0.62 0.94 0.16 20.5 0.89 0.44
Hex D6 51 C 0 3E 5E 10 14 59 2C
Octal 326 121 14 0 76 136 20 24 131 54
Binary 11010110 1010001 1100 0 111110 1011110 10000 10100 1011001 101100

Color Harmonies of #D6510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6510C

Black with #D6510C

Text Example


Text Example

White with #D6510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6510C; }

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

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

background-color css

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

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

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

border-color css

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

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

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