#C06707

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

Shades of Tenne (Tawny) #C06707

Tints of Tenne (Tawny) #C06707

Color information

#C06707 (or 0xC06707) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 67 and 07. RGB value is (192,103,7). Sum of RGB (Red+Green+Blue) = 192+103+7=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C06707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06707 is #3F98F8. Grayscale: #777777. Windows color (decimal): -4167929 or 485312. OLE color: 485312.

HSL color Cylindrical-coordinate representation of color #C06707: hue angle of 31.14º degrees, saturation: 0.93, 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 #C06707 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1921037-
CMYK00.460.960.25
HSL31.14º92.96%39.02%-
HSV(B)31.14º96.35%75.29%-
XYZ26.6320.922.84-
YUV118.6764.99180.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.58%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 7 (3.12% from 255) = 2.32%
R=63.58%
G=34.11%
B=2.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192103700.460.960.2531.1492.9639.02
HexC067702E60191f5d27
Octal3001477056140313713547
Binary1100000011001111110101110110000011001111111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06707; }

 p { color: rgb(192,103,7); }

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

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

 a { background-color: rgb(192,103,7); }

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

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

 span { border-color: rgb(192,103,7); }

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