#C65613

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

Shades of Tenne (Tawny) #C65613

Tints of Tenne (Tawny) #C65613

Color information

#C65613 (or 0xC65613) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 56 and 13. RGB value is (198,86,19). Sum of RGB (Red+Green+Blue) = 198+86+19=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C65613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65613 is #39A9EC. Grayscale: #707070. Windows color (decimal): -3779053 or 1267398. OLE color: 1267398.

HSL color Cylindrical-coordinate representation of color #C65613: hue angle of 22.46º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C65613 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB1988619-
CMYK00.570.900.22
HSL22.46º82.49%42.55%-
HSV(B)22.46º90.4%77.65%-
XYZ26.7318.712.82-
YUV111.8575.61189.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.35%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 19 (7.81% from 255) = 6.27%
R=65.35%
G=28.38%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198861900.570.900.2222.4682.4942.55
HexC656130395A1616522b
Octal30612623071132262612253
Binary110001101010110100110111001101101010110101101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65613; }

 p { color: rgb(198,86,19); }

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

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

 a { background-color: rgb(198,86,19); }

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

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

 span { border-color: rgb(198,86,19); }

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