#C65405

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

Shades of Tenne (Tawny) #C65405

Tints of Tenne (Tawny) #C65405

Color information

#C65405 (or 0xC65405) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 54 and 05. RGB value is (198,84,5). Sum of RGB (Red+Green+Blue) = 198+84+5=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C65405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65405 is #39ABFA. Grayscale: #6D6D6D. Windows color (decimal): -3779579 or 349382. OLE color: 349382.

HSL color Cylindrical-coordinate representation of color #C65405: hue angle of 24.56º degrees, saturation: 0.95, 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 #C65405 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB198845-
CMYK00.580.970.22
HSL24.56º95.07%39.8%-
HSV(B)24.56º97.47%77.65%-
XYZ26.4918.362.29-
YUV109.0869.27191.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.99%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=68.99%
G=29.27%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19884500.580.970.2224.5695.0739.8
HexC654503A6116195f28
Octal3061245072141263113750
Binary1100011010101001010111010110000110110110011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65405; }

 p { color: rgb(198,84,5); }

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

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

 a { background-color: rgb(198,84,5); }

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

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

 span { border-color: rgb(198,84,5); }

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