#C15600

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

Shades of Tenne (Tawny) #C15600

Tints of Tenne (Tawny) #C15600

Color information

#C15600 (or 0xC15600) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 56 and 00. RGB value is (193,86,0). Sum of RGB (Red+Green+Blue) = 193+86+0=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C15600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15600 is #3EA9FF. Grayscale: #6C6C6C. Windows color (decimal): -4106752 or 22209. OLE color: 22209.

HSL color Cylindrical-coordinate representation of color #C15600: hue angle of 26.74º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C15600 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB193860-
CMYK00.5510.24
HSL26.74º100%37.84%-
HSV(B)26.74º100%75.69%-
XYZ25.3217.992.14-
YUV108.1966.95188.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.18%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.18%
G=30.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19386000.5510.2426.7410037.84
HexC156003764181b6426
Octal3011260067144303314446
Binary11000001101011000110111110010011000110111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15600; }

 p { color: rgb(193,86,0); }

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

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

 a { background-color: rgb(193,86,0); }

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

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

 span { border-color: rgb(193,86,0); }

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