#C06908

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

Shades of Tenne (Tawny) #C06908

Tints of Tenne (Tawny) #C06908

Color information

#C06908 (or 0xC06908) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 69 and 08. RGB value is (192,105,8). Sum of RGB (Red+Green+Blue) = 192+105+8=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C06908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06908 is #3F96F7. Grayscale: #787878. Windows color (decimal): -4167416 or 551360. OLE color: 551360.

HSL color Cylindrical-coordinate representation of color #C06908: hue angle of 31.63º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C06908 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1921058-
CMYK00.450.960.25
HSL31.63º92%39.22%-
HSV(B)31.63º95.83%75.29%-
XYZ26.8321.332.93-
YUV119.9664.82179.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.95%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 8 (3.52% from 255) = 2.62%
R=62.95%
G=34.43%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192105800.450.960.2531.639239.22
HexC069802D6019205c27
Octal30015110055140314013447
Binary110000001101001100001011011100000110011000001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06908; }

 p { color: rgb(192,105,8); }

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

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

 a { background-color: rgb(192,105,8); }

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

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

 span { border-color: rgb(192,105,8); }

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