#C65E0B

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

Shades of Tenne (Tawny) #C65E0B

Tints of Tenne (Tawny) #C65E0B

Color information

#C65E0B (or 0xC65E0B) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 5E and 0B. RGB value is (198,94,11). Sum of RGB (Red+Green+Blue) = 198+94+11=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65E0B is #39A1F4. Grayscale: #747474. Windows color (decimal): -3777013 or 745158. OLE color: 745158.

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

Color convert

RGB1989411-
CMYK00.530.940.22
HSL26.63º89.47%40.98%-
HSV(B)26.63º94.44%77.65%-
XYZ27.3520.042.74-
YUV115.6368.96186.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.35%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 11 (4.69% from 255) = 3.63%
R=65.35%
G=31.02%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198941100.530.940.2226.6389.4740.98
HexC65EB0355E161b5929
Octal30613613065136263313151
Binary11000110101111010110110101101111010110110111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65E0B; }

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

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

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

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

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

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

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

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