Html Css Color HEX #D7610D Tenne (Tawny)

📋 copy color: '#D7610D'

red 215 ◦ green 97 ◦ blue 13

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

Shades of Tenne (Tawny) #D7610D

Tints of Tenne (Tawny) #D7610D

RGB

 RED value IS 215 (84.38% from 255) = 66.15%

 GREEN value IS 97 (38.28% from 255) = 29.85%

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

R = 66.15%
G = 29.85%
B = 4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7610D (or 0xD7610D) is known color: Tenne (Tawny). HEX triplet: D7, 61 and 0D. RGB value is (215,97,13). Sum of RGB (Red+Green+Blue) = 215+97+13=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D7610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7610D is #289EF2. Grayscale: #7B7B7B. Windows color (decimal): -2662131 or 877015. OLE color: 877015.

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

Color convert

RGB 215 97 13 -
CMYK 0 0.55 0.94 0.16
HSL 24.95º 0.89% 0.45% -
HSV(B) 24.95º 0.94% 0.84% -
XYZ 32.37 23.03 3.12 -
YUV 122.71 66.09 193.83 -
System Red Green Blue C M Y K H S L
Decimal 215 97 13 0 0.55 0.94 0.16 24.95 0.89 0.45
Hex D7 61 D 0 37 5E 10 19 59 2D
Octal 327 141 15 0 67 136 20 31 131 55
Binary 11010111 1100001 1101 0 110111 1011110 10000 11001 1011001 101101

Color Harmonies of #D7610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7610D

Black with #D7610D

Text Example


Text Example

White with #D7610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7610D; }

 p { color: rgb(215,97,13); }

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

background-color css

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

 a { background-color: rgb(215,97,13); }

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

border-color css

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

 span { border-color: rgb(215,97,13); }

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