Html Css Color HEX #C65111 Tenne (Tawny)

📋 copy color: '#C65111'

red 198 ◦ green 81 ◦ blue 17

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

Shades of Tenne (Tawny) #C65111

Tints of Tenne (Tawny) #C65111

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.36%

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

R = 66.89%
G = 27.36%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C65111 (or 0xC65111) is known color: Tenne (Tawny). HEX triplet: C6, 51 and 11. RGB value is (198,81,17). Sum of RGB (Red+Green+Blue) = 198+81+17=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C65111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65111 is #39AEEE. Grayscale: #6D6D6D. Windows color (decimal): -3780335 or 1135046. OLE color: 1135046.

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

Color convert

RGB 198 81 17 -
CMYK 0 0.59 0.91 0.22
HSL 21.22º 0.84% 0.42% -
HSV(B) 21.22º 0.91% 0.78% -
XYZ 26.33 17.93 2.6 -
YUV 108.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 198 81 17 0 0.59 0.91 0.22 21.22 0.84 0.42
Hex C6 51 11 0 3B 5B 16 15 54 2A
Octal 306 121 21 0 73 133 26 25 124 52
Binary 11000110 1010001 10001 0 111011 1011011 10110 10101 1010100 101010

Color Harmonies of #C65111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65111

Black with #C65111

Text Example


Text Example

White with #C65111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65111; }

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

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

background-color css

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

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

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

border-color css

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

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

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