Html Css Color HEX #C65211 Tenne (Tawny)

📋 copy color: '#C65211'

red 198 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #C65211

Tints of Tenne (Tawny) #C65211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 66.67%
G = 27.61%
B = 5.72%

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

#C65211 (or 0xC65211) is known color: Tenne (Tawny). HEX triplet: C6, 52 and 11. RGB value is (198,82,17). Sum of RGB (Red+Green+Blue) = 198+82+17=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C65211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65211 is #39ADEE. Grayscale: #6D6D6D. Windows color (decimal): -3780079 or 1135302. OLE color: 1135302.

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

Color convert

RGB 198 82 17 -
CMYK 0 0.59 0.91 0.22
HSL 21.55º 0.84% 0.42% -
HSV(B) 21.55º 0.91% 0.78% -
XYZ 26.41 18.08 2.63 -
YUV 109.27 75.93 191.29 -
System Red Green Blue C M Y K H S L
Decimal 198 82 17 0 0.59 0.91 0.22 21.55 0.84 0.42
Hex C6 52 11 0 3B 5B 16 16 54 2A
Octal 306 122 21 0 73 133 26 26 124 52
Binary 11000110 1010010 10001 0 111011 1011011 10110 10110 1010100 101010

Color Harmonies of #C65211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65211

Black with #C65211

Text Example


Text Example

White with #C65211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65211; }

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

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

background-color css

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

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

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

border-color css

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

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

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