#C86601

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

Shades of Tenne (Tawny) #C86601

Tints of Tenne (Tawny) #C86601

Color information

#C86601 (or 0xC86601) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 66 and 01. RGB value is (200,102,1). Sum of RGB (Red+Green+Blue) = 200+102+1=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C86601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86601 is #3799FE. Grayscale: #787878. Windows color (decimal): -3643903 or 91848. OLE color: 91848.

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

Color convert

RGB2001021-
CMYK00.491.000.22
HSL30.45º99%39.41%-
HSV(B)30.45º99.5%78.43%-
XYZ28.5821.782.73-
YUV119.7960.97185.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.01%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=66.01%
G=33.66%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200102100.491.000.2230.459939.41
HexC866103164161e6327
Octal3101461061144263614347
Binary11001000110011010110001110010010110111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86601; }

 p { color: rgb(200,102,1); }

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

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

 a { background-color: rgb(200,102,1); }

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

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

 span { border-color: rgb(200,102,1); }

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