Html Css Color HEX #D65706 Tenne (Tawny)

📋 copy color: '#D65706'

red 214 ◦ green 87 ◦ blue 6

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

Shades of Tenne (Tawny) #D65706

Tints of Tenne (Tawny) #D65706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.34%

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

R = 69.71%
G = 28.34%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D65706 (or 0xD65706) is known color: Tenne (Tawny). HEX triplet: D6, 57 and 06. RGB value is (214,87,6). Sum of RGB (Red+Green+Blue) = 214+87+6=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D65706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65706 is #29A8F9. Grayscale: #747474. Windows color (decimal): -2730234 or 415702. OLE color: 415702.

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

Color convert

RGB 214 87 6 -
CMYK 0 0.59 0.97 0.16
HSL 23.37º 0.95% 0.43% -
HSV(B) 23.37º 0.97% 0.84% -
XYZ 31.17 21.13 2.61 -
YUV 115.74 66.08 198.09 -
System Red Green Blue C M Y K H S L
Decimal 214 87 6 0 0.59 0.97 0.16 23.37 0.95 0.43
Hex D6 57 6 0 3B 61 10 17 5F 2B
Octal 326 127 6 0 73 141 20 27 137 53
Binary 11010110 1010111 110 0 111011 1100001 10000 10111 1011111 101011

Color Harmonies of #D65706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65706

Black with #D65706

Text Example


Text Example

White with #D65706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65706; }

 p { color: rgb(214,87,6); }

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

background-color css

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

 a { background-color: rgb(214,87,6); }

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

border-color css

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

 span { border-color: rgb(214,87,6); }

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