Html Css Color HEX #C86100 Tenne (Tawny)

📋 copy color: '#C86100'

red 200 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #C86100

Tints of Tenne (Tawny) #C86100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.34%
G = 32.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C86100 (or 0xC86100) is known color: Tenne (Tawny). HEX triplet: C8, 61 and 00. RGB value is (200,97,0). Sum of RGB (Red+Green+Blue) = 200+97+0=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C86100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86100 is #379EFF. Grayscale: #757575. Windows color (decimal): -3645184 or 25032. OLE color: 25032.

HSL color Cylindrical-coordinate representation of color #C86100: hue angle of 29.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C86100 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 97 0 -
CMYK 0 0.52 1 0.22
HSL 29.1º 1% 0.39% -
HSV(B) 29.1º 1% 0.78% -
XYZ 28.09 20.83 2.54 -
YUV 116.74 62.12 187.39 -
System Red Green Blue C M Y K H S L
Decimal 200 97 0 0 0.52 1 0.22 29.1 1 0.39
Hex C8 61 0 0 34 64 16 1D 64 27
Octal 310 141 0 0 64 144 26 35 144 47
Binary 11001000 1100001 0 0 110100 1100100 10110 11101 1100100 100111

Color Harmonies of #C86100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86100

Black with #C86100

Text Example


Text Example

White with #C86100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86100; }

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

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

background-color css

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

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

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

border-color css

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

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

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