#C76007

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

Shades of Tenne (Tawny) #C76007

Tints of Tenne (Tawny) #C76007

Color information

#C76007 (or 0xC76007) is unknown color: approx Tenne (Tawny). HEX triplet: C7, 60 and 07. RGB value is (199,96,7). Sum of RGB (Red+Green+Blue) = 199+96+7=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C76007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76007 is #389FF8. Grayscale: #757575. Windows color (decimal): -3710969 or 483527. OLE color: 483527.

HSL color Cylindrical-coordinate representation of color #C76007: hue angle of 27.81º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C76007 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB199967-
CMYK00.520.960.22
HSL27.81º93.2%40.39%-
HSV(B)27.81º96.48%78.04%-
XYZ27.7720.522.7-
YUV116.6566.12186.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.89%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 7 (3.12% from 255) = 2.32%
R=65.89%
G=31.79%
B=2.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19996700.520.960.2227.8193.240.39
HexC760703460161c5d28
Octal3071407064140263413550
Binary1100011111000001110110100110000010110111001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76007; }

 p { color: rgb(199,96,7); }

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

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

 a { background-color: rgb(199,96,7); }

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

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

 span { border-color: rgb(199,96,7); }

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