#C26704

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

Shades of Tenne (Tawny) #C26704

Tints of Tenne (Tawny) #C26704

Color information

#C26704 (or 0xC26704) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 67 and 04. RGB value is (194,103,4). Sum of RGB (Red+Green+Blue) = 194+103+4=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C26704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26704 is #3D98FB. Grayscale: #777777. Windows color (decimal): -4036860 or 288706. OLE color: 288706.

HSL color Cylindrical-coordinate representation of color #C26704: hue angle of 31.26º 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 #C26704 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1941034-
CMYK00.470.980.24
HSL31.26º95.96%38.82%-
HSV(B)31.26º97.94%76.08%-
XYZ27.1221.182.77-
YUV118.9263.15181.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.45%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 4 (1.95% from 255) = 1.33%
R=64.45%
G=34.22%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194103400.470.980.2431.2695.9638.82
HexC267402F62181f6027
Octal3021474057142303714047
Binary1100001011001111000101111110001011000111111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26704; }

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

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

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

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

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

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

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

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