#C26104

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

Shades of Tenne (Tawny) #C26104

Tints of Tenne (Tawny) #C26104

Color information

#C26104 (or 0xC26104) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 61 and 04. RGB value is (194,97,4). Sum of RGB (Red+Green+Blue) = 194+97+4=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C26104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26104 is #3D9EFB. Grayscale: #737373. Windows color (decimal): -4038396 or 287170. OLE color: 287170.

HSL color Cylindrical-coordinate representation of color #C26104: hue angle of 29.37º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C26104 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB194974-
CMYK00.500.980.24
HSL29.37º95.96%38.82%-
HSV(B)29.37º97.94%76.08%-
XYZ26.5420.032.58-
YUV115.465.14184.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.76%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 4 (1.95% from 255) = 1.36%
R=65.76%
G=32.88%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19497400.500.980.2429.3795.9638.82
HexC261403262181d6027
Octal3021414062142303514047
Binary1100001011000011000110010110001011000111011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26104; }

 p { color: rgb(194,97,4); }

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

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

 a { background-color: rgb(194,97,4); }

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

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

 span { border-color: rgb(194,97,4); }

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