Html Css Color HEX #D76706 Tenne (Tawny)

📋 copy color: '#D76706'

red 215 ◦ green 103 ◦ blue 6

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

Shades of Tenne (Tawny) #D76706

Tints of Tenne (Tawny) #D76706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.79%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 66.36%
G = 31.79%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D76706 (or 0xD76706) is known color: Tenne (Tawny). HEX triplet: D7, 67 and 06. RGB value is (215,103,6). Sum of RGB (Red+Green+Blue) = 215+103+6=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D76706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76706 is #2898F9. Grayscale: #7D7D7D. Windows color (decimal): -2660602 or 419799. OLE color: 419799.

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

Color convert

RGB 215 103 6 -
CMYK 0 0.52 0.97 0.16
HSL 27.85º 0.95% 0.43% -
HSV(B) 27.85º 0.97% 0.84% -
XYZ 32.91 24.16 3.1 -
YUV 125.43 60.61 191.89 -
System Red Green Blue C M Y K H S L
Decimal 215 103 6 0 0.52 0.97 0.16 27.85 0.95 0.43
Hex D7 67 6 0 34 61 10 1C 5F 2B
Octal 327 147 6 0 64 141 20 34 137 53
Binary 11010111 1100111 110 0 110100 1100001 10000 11100 1011111 101011

Color Harmonies of #D76706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76706

Black with #D76706

Text Example


Text Example

White with #D76706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76706; }

 p { color: rgb(215,103,6); }

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

background-color css

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

 a { background-color: rgb(215,103,6); }

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

border-color css

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

 span { border-color: rgb(215,103,6); }

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