Html Css Color HEX #C65516 Tenne (Tawny)

📋 copy color: '#C65516'

red 198 ◦ green 85 ◦ blue 22

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

Shades of Tenne (Tawny) #C65516

Tints of Tenne (Tawny) #C65516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

 BLUE value IS 22 (8.98% from 255) = 7.21%

R = 64.92%
G = 27.87%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C65516 (or 0xC65516) is known color: Tenne (Tawny). HEX triplet: C6, 55 and 16. RGB value is (198,85,22). Sum of RGB (Red+Green+Blue) = 198+85+22=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C65516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65516 is #39AAE9. Grayscale: #6F6F6F. Windows color (decimal): -3779306 or 1463750. OLE color: 1463750.

HSL color Cylindrical-coordinate representation of color #C65516: hue angle of 21.48º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C65516 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 85 22 -
CMYK 0 0.57 0.89 0.22
HSL 21.48º 0.8% 0.43% -
HSV(B) 21.48º 0.89% 0.78% -
XYZ 26.68 18.56 2.94 -
YUV 111.61 77.44 189.62 -
System Red Green Blue C M Y K H S L
Decimal 198 85 22 0 0.57 0.89 0.22 21.48 0.8 0.43
Hex C6 55 16 0 39 59 16 15 50 2B
Octal 306 125 26 0 71 131 26 25 120 53
Binary 11000110 1010101 10110 0 111001 1011001 10110 10101 1010000 101011

Color Harmonies of #C65516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65516

Black with #C65516

Text Example


Text Example

White with #C65516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65516; }

 p { color: rgb(198,85,22); }

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

background-color css

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

 a { background-color: rgb(198,85,22); }

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

border-color css

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

 span { border-color: rgb(198,85,22); }

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