#C66705

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

Shades of Tenne (Tawny) #C66705

Tints of Tenne (Tawny) #C66705

Color information

#C66705 (or 0xC66705) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 67 and 05. RGB value is (198,103,5). Sum of RGB (Red+Green+Blue) = 198+103+5=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C66705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66705 is #3998FA. Grayscale: #787878. Windows color (decimal): -3774715 or 354246. OLE color: 354246.

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

Color convert

RGB1981035-
CMYK00.480.970.22
HSL30.47º95.07%39.8%-
HSV(B)30.47º97.47%77.65%-
XYZ28.1721.722.85-
YUV120.2362.97183.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.71%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 5 (2.34% from 255) = 1.63%
R=64.71%
G=33.66%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198103500.480.970.2230.4795.0739.8
HexC667503061161e5f28
Octal3061475060141263613750
Binary1100011011001111010110000110000110110111101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66705; }

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

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

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

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

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

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

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

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