#C96700

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

Shades of Tenne (Tawny) #C96700

Tints of Tenne (Tawny) #C96700

Color information

#C96700 (or 0xC96700) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 67 and 00. RGB value is (201,103,0). Sum of RGB (Red+Green+Blue) = 201+103+0=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C96700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96700 is #3698FF. Grayscale: #797979. Windows color (decimal): -3578112 or 26569. OLE color: 26569.

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

Color convert

RGB2011030-
CMYK00.4910.21
HSL30.75º100%39.41%-
HSV(B)30.75º100%78.82%-
XYZ28.9422.122.74-
YUV120.5659.97185.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 66.12%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.12%
G=33.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201103000.4910.2130.7510039.41
HexC967003164151f6427
Octal3111470061144253714447
Binary11001001110011100110001110010010101111111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96700; }

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

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

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

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

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

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

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

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