Html Css Color HEX #C86800 Tenne (Tawny)

📋 copy color: '#C86800'

red 200 ◦ green 104 ◦ blue 0

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

Shades of Tenne (Tawny) #C86800

Tints of Tenne (Tawny) #C86800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

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

R = 65.79%
G = 34.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C86800 (or 0xC86800) is known color: Tenne (Tawny). HEX triplet: C8, 68 and 00. RGB value is (200,104,0). Sum of RGB (Red+Green+Blue) = 200+104+0=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C86800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86800 is #3797FF. Grayscale: #797979. Windows color (decimal): -3643392 or 26824. OLE color: 26824.

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

Color convert

RGB 200 104 0 -
CMYK 0 0.48 1 0.22
HSL 31.2º 1% 0.39% -
HSV(B) 31.2º 1% 0.78% -
XYZ 28.77 22.18 2.76 -
YUV 120.85 59.8 184.46 -
System Red Green Blue C M Y K H S L
Decimal 200 104 0 0 0.48 1 0.22 31.2 1 0.39
Hex C8 68 0 0 30 64 16 1F 64 27
Octal 310 150 0 0 60 144 26 37 144 47
Binary 11001000 1101000 0 0 110000 1100100 10110 11111 1100100 100111

Color Harmonies of #C86800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86800

Black with #C86800

Text Example


Text Example

White with #C86800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86800; }

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

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

background-color css

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

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

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

border-color css

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

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

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