Html Css Color HEX #D76607 Tenne (Tawny)

📋 copy color: '#D76607'

red 215 ◦ green 102 ◦ blue 7

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

Shades of Tenne (Tawny) #D76607

Tints of Tenne (Tawny) #D76607

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 66.36%
G = 31.48%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D76607 (or 0xD76607) is known color: Tenne (Tawny). HEX triplet: D7, 66 and 07. RGB value is (215,102,7). Sum of RGB (Red+Green+Blue) = 215+102+7=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D76607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76607 is #2899F8. Grayscale: #7D7D7D. Windows color (decimal): -2660857 or 485079. OLE color: 485079.

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

Color convert

RGB 215 102 7 -
CMYK 0 0.53 0.97 0.16
HSL 27.4º 0.94% 0.44% -
HSV(B) 27.4º 0.97% 0.84% -
XYZ 32.81 23.97 3.1 -
YUV 124.96 61.44 192.22 -
System Red Green Blue C M Y K H S L
Decimal 215 102 7 0 0.53 0.97 0.16 27.4 0.94 0.44
Hex D7 66 7 0 35 61 10 1B 5E 2C
Octal 327 146 7 0 65 141 20 33 136 54
Binary 11010111 1100110 111 0 110101 1100001 10000 11011 1011110 101100

Color Harmonies of #D76607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76607

Black with #D76607

Text Example


Text Example

White with #D76607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76607; }

 p { color: rgb(215,102,7); }

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

background-color css

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

 a { background-color: rgb(215,102,7); }

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

border-color css

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

 span { border-color: rgb(215,102,7); }

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