#C06000

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

Shades of Tenne (Tawny) #C06000

Tints of Tenne (Tawny) #C06000

Color information

#C06000 (or 0xC06000) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 60 and 00. RGB value is (192,96,0). Sum of RGB (Red+Green+Blue) = 192+96+0=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C06000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06000 is #3F9FFF. Grayscale: #727272. Windows color (decimal): -4169728 or 24768. OLE color: 24768.

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

Color convert

RGB192960-
CMYK00.5010.25
HSL30º100%37.65%-
HSV(B)30º100%75.29%-
XYZ25.9219.572.41-
YUV113.7663.8183.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 66.67%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19296000.5010.253010037.65
HexC060003264191e6426
Octal3001400062144313614446
Binary11000000110000000110010110010011001111101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06000; }

 p { color: rgb(192,96,0); }

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

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

 a { background-color: rgb(192,96,0); }

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

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

 span { border-color: rgb(192,96,0); }

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