Html Css Color HEX #C86206 Tenne (Tawny)

📋 copy color: '#C86206'

red 200 ◦ green 98 ◦ blue 6

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

Shades of Tenne (Tawny) #C86206

Tints of Tenne (Tawny) #C86206

RGB

 RED value IS 200 (78.52% from 255) = 65.79%

 GREEN value IS 98 (38.67% from 255) = 32.24%

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

R = 65.79%
G = 32.24%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C86206 (or 0xC86206) is known color: Tenne (Tawny). HEX triplet: C8, 62 and 06. RGB value is (200,98,6). Sum of RGB (Red+Green+Blue) = 200+98+6=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C86206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86206 is #379DF9. Grayscale: #767676. Windows color (decimal): -3644922 or 418504. OLE color: 418504.

HSL color Cylindrical-coordinate representation of color #C86206: hue angle of 28.45º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C86206 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 98 6 -
CMYK 0 0.51 0.97 0.22
HSL 28.45º 0.94% 0.4% -
HSV(B) 28.45º 0.97% 0.78% -
XYZ 28.22 21.03 2.74 -
YUV 118.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 200 98 6 0 0.51 0.97 0.22 28.45 0.94 0.4
Hex C8 62 6 0 33 61 16 1C 5E 28
Octal 310 142 6 0 63 141 26 34 136 50
Binary 11001000 1100010 110 0 110011 1100001 10110 11100 1011110 101000

Color Harmonies of #C86206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86206

Black with #C86206

Text Example


Text Example

White with #C86206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86206; }

 p { color: rgb(200,98,6); }

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

background-color css

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

 a { background-color: rgb(200,98,6); }

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

border-color css

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

 span { border-color: rgb(200,98,6); }

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