#C96100

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

Shades of Tenne (Tawny) #C96100

Tints of Tenne (Tawny) #C96100

Color information

#C96100 (or 0xC96100) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 61 and 00. RGB value is (201,97,0). Sum of RGB (Red+Green+Blue) = 201+97+0=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C96100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96100 is #369EFF. Grayscale: #757575. Windows color (decimal): -3579648 or 25033. OLE color: 25033.

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

Color convert

RGB201970-
CMYK00.5210.21
HSL28.96º100%39.41%-
HSV(B)28.96º100%78.82%-
XYZ28.3620.972.55-
YUV117.0461.96187.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67.45%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.45%
G=32.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20197000.5210.2128.9610039.41
HexC961003464151d6427
Octal3111410064144253514447
Binary11001001110000100110100110010010101111011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96100; }

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

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

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

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

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

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

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

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