#C3660C

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

Shades of Tenne (Tawny) #C3660C

Tints of Tenne (Tawny) #C3660C

Color information

#C3660C (or 0xC3660C) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 66 and 0C. RGB value is (195,102,12). Sum of RGB (Red+Green+Blue) = 195+102+12=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3660C is #3C99F3. Grayscale: #787878. Windows color (decimal): -3971572 or 812739. OLE color: 812739.

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

Color convert

RGB19510212-
CMYK00.480.940.24
HSL29.51º88.41%40.59%-
HSV(B)29.51º93.85%76.47%-
XYZ27.3221.132.99-
YUV119.5567.31181.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.11%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 12 (5.08% from 255) = 3.88%
R=63.11%
G=33.01%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951021200.480.940.2429.5188.4140.59
HexC366C0305E181e5829
Octal30314614060136303613051
Binary11000011110011011000110000101111011000111101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3660C; }

 p { color: rgb(195,102,12); }

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

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

 a { background-color: rgb(195,102,12); }

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

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

 span { border-color: rgb(195,102,12); }

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