#C65305

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

Shades of Tenne (Tawny) #C65305

Tints of Tenne (Tawny) #C65305

Color information

#C65305 (or 0xC65305) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 53 and 05. RGB value is (198,83,5). Sum of RGB (Red+Green+Blue) = 198+83+5=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C65305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65305 is #39ACFA. Grayscale: #6C6C6C. Windows color (decimal): -3779835 or 349126. OLE color: 349126.

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

Color convert

RGB198835-
CMYK00.580.970.22
HSL24.25º95.07%39.8%-
HSV(B)24.25º97.47%77.65%-
XYZ26.4118.22.27-
YUV108.4969.6191.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.23%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=69.23%
G=29.02%
B=1.75%

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
Decimal19883500.580.970.2224.2595.0739.8
HexC653503A6116185f28
Octal3061235072141263013750
Binary1100011010100111010111010110000110110110001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65305; }

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

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

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

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

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

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

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

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