#CE650B

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

Shades of Tenne (Tawny) #CE650B

Tints of Tenne (Tawny) #CE650B

Color information

#CE650B (or 0xCE650B) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 65 and 0B. RGB value is (206,101,11). Sum of RGB (Red+Green+Blue) = 206+101+11=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE650B is #319AF4. Grayscale: #7A7A7A. Windows color (decimal): -3250933 or 746958. OLE color: 746958.

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

Color convert

RGB20610111-
CMYK00.510.950.19
HSL27.69º89.86%42.55%-
HSV(B)27.69º94.66%80.78%-
XYZ30.1722.453.06-
YUV122.1465.29187.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 64.78%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 11 (4.69% from 255) = 3.46%
R=64.78%
G=31.76%
B=3.46%

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
Decimal2061011100.510.950.1927.6989.8642.55
HexCE65B0335F131c5a2b
Octal31614513063137233413253
Binary11001110110010110110110011101111110011111001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE650B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE650B; }

 p { color: rgb(206,101,11); }

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

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

 a { background-color: rgb(206,101,11); }

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

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

 span { border-color: rgb(206,101,11); }

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