Html Css Color HEX #C65011 Tenne (Tawny)

📋 copy color: '#C65011'

red 198 ◦ green 80 ◦ blue 17

#C65011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #C65011

Tints of Tenne (Tawny) #C65011

RGB

 RED value IS 198 (77.73% from 255) = 67.12%

 GREEN value IS 80 (31.64% from 255) = 27.12%

 BLUE value IS 17 (7.03% from 255) = 5.76%

R = 67.12%
G = 27.12%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C65011 (or 0xC65011) is known color: Tenne (Tawny). HEX triplet: C6, 50 and 11. RGB value is (198,80,17). Sum of RGB (Red+Green+Blue) = 198+80+17=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C65011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65011 is #39AFEE. Grayscale: #6C6C6C. Windows color (decimal): -3780591 or 1134790. OLE color: 1134790.

HSL color Cylindrical-coordinate representation of color #C65011: hue angle of 20.88º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C65011 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 17 -
CMYK 0 0.60 0.91 0.22
HSL 20.88º 0.84% 0.42% -
HSV(B) 20.88º 0.91% 0.78% -
XYZ 26.26 17.78 2.58 -
YUV 108.1 76.59 192.12 -
System Red Green Blue C M Y K H S L
Decimal 198 80 17 0 0.60 0.91 0.22 20.88 0.84 0.42
Hex C6 50 11 0 3C 5B 16 15 54 2A
Octal 306 120 21 0 74 133 26 25 124 52
Binary 11000110 1010000 10001 0 111100 1011011 10110 10101 1010100 101010

Color Harmonies of #C65011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65011

Black with #C65011

Text Example


Text Example

White with #C65011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65011; }

 p { color: rgb(198,80,17); }

 H1.HeaderClassName
 {
   color: #C65011;
 }
 .AnyTagClassName
 {
   color: #C65011;
 }
</style>

background-color css

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

 a { background-color: rgb(198,80,17); }

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

border-color css

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

 span { border-color: rgb(198,80,17); }

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