#C96A00

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

Shades of Tenne (Tawny) #C96A00

Tints of Tenne (Tawny) #C96A00

Color information

#C96A00 (or 0xC96A00) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 6A and 00. RGB value is (201,106,0). Sum of RGB (Red+Green+Blue) = 201+106+0=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96A00 is #3695FF. Grayscale: #7A7A7A. Windows color (decimal): -3577344 or 27337. OLE color: 27337.

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

Color convert

RGB2011060-
CMYK00.4710.21
HSL31.64º100%39.41%-
HSV(B)31.64º100%78.82%-
XYZ29.2422.732.85-
YUV122.3258.97184.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.47%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.47%
G=34.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201106000.4710.2131.6410039.41
HexC96A002F6415206427
Octal3111520057144254014447
Binary110010011101010001011111100100101011000001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96A00; }

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

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

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

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

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

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

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

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