#C9600F

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

Shades of Tenne (Tawny) #C9600F

Tints of Tenne (Tawny) #C9600F

Color information

#C9600F (or 0xC9600F) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 60 and 0F. RGB value is (201,96,15). Sum of RGB (Red+Green+Blue) = 201+96+15=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9600F is #369FF0. Grayscale: #767676. Windows color (decimal): -3579889 or 1007817. OLE color: 1007817.

HSL color Cylindrical-coordinate representation of color #C9600F: hue angle of 26.13º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9600F is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB2019615-
CMYK00.520.930.21
HSL26.13º86.11%42.35%-
HSV(B)26.13º92.54%78.82%-
XYZ28.3620.822.98-
YUV118.1669.79187.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 64.42%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 15 (6.25% from 255) = 4.81%
R=64.42%
G=30.77%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201961500.520.930.2126.1386.1142.35
HexC960F0345D151a562a
Octal31114017064135253212652
Binary11001001110000011110110100101110110101110101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9600F; }

 p { color: rgb(201,96,15); }

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

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

 a { background-color: rgb(201,96,15); }

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

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

 span { border-color: rgb(201,96,15); }

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