#C6650B

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

Shades of Tenne (Tawny) #C6650B

Tints of Tenne (Tawny) #C6650B

Color information

#C6650B (or 0xC6650B) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 65 and 0B. RGB value is (198,101,11). Sum of RGB (Red+Green+Blue) = 198+101+11=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6650B is #399AF4. Grayscale: #787878. Windows color (decimal): -3775221 or 746950. OLE color: 746950.

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

Color convert

RGB19810111-
CMYK00.490.940.22
HSL28.88º89.47%40.98%-
HSV(B)28.88º94.44%77.65%-
XYZ2821.342.96-
YUV119.7466.64183.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.87%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 11 (4.69% from 255) = 3.55%
R=63.87%
G=32.58%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981011100.490.940.2228.8889.4740.98
HexC665B0315E161d5929
Octal30614513061136263513151
Binary11000110110010110110110001101111010110111011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6650B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6650B; }

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

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

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

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

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

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

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

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