Html Css Color HEX #C86106 Tenne (Tawny)

📋 copy color: '#C86106'

red 200 ◦ green 97 ◦ blue 6

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

Shades of Tenne (Tawny) #C86106

Tints of Tenne (Tawny) #C86106

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

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

R = 66.01%
G = 32.01%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C86106 (or 0xC86106) is known color: Tenne (Tawny). HEX triplet: C8, 61 and 06. RGB value is (200,97,6). Sum of RGB (Red+Green+Blue) = 200+97+6=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C86106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86106 is #379EF9. Grayscale: #757575. Windows color (decimal): -3645178 or 418248. OLE color: 418248.

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

Color convert

RGB 200 97 6 -
CMYK 0 0.52 0.97 0.22
HSL 28.14º 0.94% 0.4% -
HSV(B) 28.14º 0.97% 0.78% -
XYZ 28.13 20.84 2.71 -
YUV 117.42 65.12 186.9 -
System Red Green Blue C M Y K H S L
Decimal 200 97 6 0 0.52 0.97 0.22 28.14 0.94 0.4
Hex C8 61 6 0 34 61 16 1C 5E 28
Octal 310 141 6 0 64 141 26 34 136 50
Binary 11001000 1100001 110 0 110100 1100001 10110 11100 1011110 101000

Color Harmonies of #C86106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86106

Black with #C86106

Text Example


Text Example

White with #C86106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86106; }

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

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

background-color css

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

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

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

border-color css

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

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

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