#C2660B

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

Shades of Tenne (Tawny) #C2660B

Tints of Tenne (Tawny) #C2660B

Color information

#C2660B (or 0xC2660B) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 66 and 0B. RGB value is (194,102,11). Sum of RGB (Red+Green+Blue) = 194+102+11=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2660B is #3D99F4. Grayscale: #777777. Windows color (decimal): -4037109 or 747202. OLE color: 747202.

HSL color Cylindrical-coordinate representation of color #C2660B: hue angle of 29.84º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2660B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB19410211-
CMYK00.470.940.24
HSL29.84º89.27%40.2%-
HSV(B)29.84º94.33%76.08%-
XYZ27.06212.94-
YUV119.1366.98181.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.19%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 11 (4.69% from 255) = 3.58%
R=63.19%
G=33.22%
B=3.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941021100.470.940.2429.8489.2740.2
HexC266B02F5E181e5928
Octal30214613057136303613150
Binary11000010110011010110101111101111011000111101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2660B; }

 p { color: rgb(194,102,11); }

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

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

 a { background-color: rgb(194,102,11); }

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

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

 span { border-color: rgb(194,102,11); }

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