Html Css Color HEX #D56706 Tenne (Tawny)

📋 copy color: '#D56706'

red 213 ◦ green 103 ◦ blue 6

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

Shades of Tenne (Tawny) #D56706

Tints of Tenne (Tawny) #D56706

RGB

 RED value IS 213 (83.59% from 255) = 66.15%

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

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

R = 66.15%
G = 31.99%
B = 1.86%

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

#D56706 (or 0xD56706) is known color: Tenne (Tawny). HEX triplet: D5, 67 and 06. RGB value is (213,103,6). Sum of RGB (Red+Green+Blue) = 213+103+6=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D56706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56706 is #2A98F9. Grayscale: #7D7D7D. Windows color (decimal): -2791674 or 419797. OLE color: 419797.

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

Color convert

RGB 213 103 6 -
CMYK 0 0.52 0.97 0.16
HSL 28.12º 0.95% 0.43% -
HSV(B) 28.12º 0.97% 0.84% -
XYZ 32.32 23.86 3.07 -
YUV 124.83 60.94 190.89 -
System Red Green Blue C M Y K H S L
Decimal 213 103 6 0 0.52 0.97 0.16 28.12 0.95 0.43
Hex D5 67 6 0 34 61 10 1C 5F 2B
Octal 325 147 6 0 64 141 20 34 137 53
Binary 11010101 1100111 110 0 110100 1100001 10000 11100 1011111 101011

Color Harmonies of #D56706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56706

Black with #D56706

Text Example


Text Example

White with #D56706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56706; }

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

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

background-color css

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

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

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

border-color css

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

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

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