#CE640A

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

Shades of Tenne (Tawny) #CE640A

Tints of Tenne (Tawny) #CE640A

Color information

#CE640A (or 0xCE640A) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 64 and 0A. RGB value is (206,100,10). Sum of RGB (Red+Green+Blue) = 206+100+10=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE640A is #319BF5. Grayscale: #797979. Windows color (decimal): -3251190 or 681166. OLE color: 681166.

HSL color Cylindrical-coordinate representation of color #CE640A: hue angle of 27.55º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE640A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB20610010-
CMYK00.510.950.19
HSL27.55º90.74%42.35%-
HSV(B)27.55º95.15%80.78%-
XYZ30.0722.263-
YUV121.4365.12188.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 65.19%
GREEN value IS 100 (39.45% from 255) = 31.65%
BLUE value IS 10 (4.30% from 255) = 3.16%
R=65.19%
G=31.65%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061001000.510.950.1927.5590.7442.35
HexCE64A0335F131c5b2a
Octal31614412063137233413352
Binary11001110110010010100110011101111110011111001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE640A; }

 p { color: rgb(206,100,10); }

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

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

 a { background-color: rgb(206,100,10); }

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

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

 span { border-color: rgb(206,100,10); }

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