#C75606

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

Shades of Tenne (Tawny) #C75606

Tints of Tenne (Tawny) #C75606

Color information

#C75606 (or 0xC75606) is unknown color: approx Tenne (Tawny). HEX triplet: C7, 56 and 06. RGB value is (199,86,6). Sum of RGB (Red+Green+Blue) = 199+86+6=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C75606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75606 is #38A9F9. Grayscale: #6F6F6F. Windows color (decimal): -3713530 or 415431. OLE color: 415431.

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

Color convert

RGB199866-
CMYK00.570.970.22
HSL24.87º94.15%40.2%-
HSV(B)24.87º96.98%78.04%-
XYZ26.9118.812.38-
YUV110.6768.94191-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 68.38%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 6 (2.73% from 255) = 2.06%
R=68.38%
G=29.55%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19986600.570.970.2224.8794.1540.2
HexC75660396116195e28
Octal3071266071141263113650
Binary1100011110101101100111001110000110110110011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75606; }

 p { color: rgb(199,86,6); }

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

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

 a { background-color: rgb(199,86,6); }

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

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

 span { border-color: rgb(199,86,6); }

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