#C6660B

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

Shades of Tenne (Tawny) #C6660B

Tints of Tenne (Tawny) #C6660B

Color information

#C6660B (or 0xC6660B) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 66 and 0B. RGB value is (198,102,11). Sum of RGB (Red+Green+Blue) = 198+102+11=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6660B is #3999F4. Grayscale: #787878. Windows color (decimal): -3774965 or 747206. OLE color: 747206.

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

Color convert

RGB19810211-
CMYK00.480.940.22
HSL29.2º89.47%40.98%-
HSV(B)29.2º94.44%77.65%-
XYZ28.121.532.99-
YUV120.3366.3183.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.67%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 11 (4.69% from 255) = 3.54%
R=63.67%
G=32.80%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981021100.480.940.2229.289.4740.98
HexC666B0305E161d5929
Octal30614613060136263513151
Binary11000110110011010110110000101111010110111011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6660B; }

 p { color: rgb(198,102,11); }

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

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

 a { background-color: rgb(198,102,11); }

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

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

 span { border-color: rgb(198,102,11); }

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