#CE6000

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

Shades of Tenne (Tawny) #CE6000

Tints of Tenne (Tawny) #CE6000

Color information

#CE6000 (or 0xCE6000) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 60 and 00. RGB value is (206,96,0). Sum of RGB (Red+Green+Blue) = 206+96+0=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6000 is #319FFF. Grayscale: #767676. Windows color (decimal): -3252224 or 24782. OLE color: 24782.

HSL color Cylindrical-coordinate representation of color #CE6000: hue angle of 27.96º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE6000 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB206960-
CMYK00.5310.19
HSL27.96º100%40.39%-
HSV(B)27.96º100%80.78%-
XYZ29.6421.492.59-
YUV117.9561.44190.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 68.21%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.21%
G=31.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20696000.5310.1927.9610040.39
HexCE60003564131c6428
Octal3161400065144233414450
Binary11001110110000000110101110010010011111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6000; }

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

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

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

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

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

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

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

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