Html Css Color HEX #C86706 Tenne (Tawny)

📋 copy color: '#C86706'

red 200 ◦ green 103 ◦ blue 6

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

Shades of Tenne (Tawny) #C86706

Tints of Tenne (Tawny) #C86706

RGB

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

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

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

R = 64.72%
G = 33.33%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C86706 (or 0xC86706) is known color: Tenne (Tawny). HEX triplet: C8, 67 and 06. RGB value is (200,103,6). Sum of RGB (Red+Green+Blue) = 200+103+6=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C86706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86706 is #3798F9. Grayscale: #797979. Windows color (decimal): -3643642 or 419784. OLE color: 419784.

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

Color convert

RGB 200 103 6 -
CMYK 0 0.48 0.97 0.22
HSL 30º 0.94% 0.4% -
HSV(B) 30º 0.97% 0.78% -
XYZ 28.7 21.99 2.9 -
YUV 120.95 63.14 184.39 -
System Red Green Blue C M Y K H S L
Decimal 200 103 6 0 0.48 0.97 0.22 30 0.94 0.4
Hex C8 67 6 0 30 61 16 1E 5E 28
Octal 310 147 6 0 60 141 26 36 136 50
Binary 11001000 1100111 110 0 110000 1100001 10110 11110 1011110 101000

Color Harmonies of #C86706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86706

Black with #C86706

Text Example


Text Example

White with #C86706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86706; }

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

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

background-color css

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

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

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

border-color css

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

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

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