#C86C02

Color #C86C02 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C86C02

Tints of Tenne (Tawny) #C86C02

Color information

#C86C02 (or 0xC86C02) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 6C and 02. RGB value is (200,108,2). Sum of RGB (Red+Green+Blue) = 200+108+2=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86C02 is #3793FD. Grayscale: #7B7B7B. Windows color (decimal): -3642366 or 158920. OLE color: 158920.

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

Color convert

RGB2001082-
CMYK00.460.990.22
HSL32.12º98.02%39.61%-
HSV(B)32.12º99%78.43%-
XYZ29.1923.012.96-
YUV123.4259.48182.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.52%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=64.52%
G=34.84%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200108200.460.990.2232.1298.0239.61
HexC86C202E6316206228
Octal3101542056143264014250
Binary1100100011011001001011101100011101101000001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86C02; }

 p { color: rgb(200,108,2); }

 H1.HeaderClassName
 {
   color: #C86C02;
 }
 .AnyTagClassName
 {
   color: #C86C02;
 }
</style>
background-color css

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

 a { background-color: rgb(200,108,2); }

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

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

 span { border-color: rgb(200,108,2); }

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