Html Css Color HEX #C65410 Tenne (Tawny)

📋 copy color: '#C65410'

red 198 ◦ green 84 ◦ blue 16

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

Shades of Tenne (Tawny) #C65410

Tints of Tenne (Tawny) #C65410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.19%

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 66.44%
G = 28.19%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C65410 (or 0xC65410) is known color: Tenne (Tawny). HEX triplet: C6, 54 and 10. RGB value is (198,84,16). Sum of RGB (Red+Green+Blue) = 198+84+16=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C65410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65410 is #39ABEF. Grayscale: #6E6E6E. Windows color (decimal): -3779568 or 1070278. OLE color: 1070278.

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

Color convert

RGB 198 84 16 -
CMYK 0 0.58 0.92 0.22
HSL 22.42º 0.85% 0.42% -
HSV(B) 22.42º 0.92% 0.78% -
XYZ 26.55 18.38 2.64 -
YUV 110.33 74.77 190.53 -
System Red Green Blue C M Y K H S L
Decimal 198 84 16 0 0.58 0.92 0.22 22.42 0.85 0.42
Hex C6 54 10 0 3A 5C 16 16 55 2A
Octal 306 124 20 0 72 134 26 26 125 52
Binary 11000110 1010100 10000 0 111010 1011100 10110 10110 1010101 101010

Color Harmonies of #C65410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65410

Black with #C65410

Text Example


Text Example

White with #C65410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65410; }

 p { color: rgb(198,84,16); }

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

background-color css

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

 a { background-color: rgb(198,84,16); }

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

border-color css

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

 span { border-color: rgb(198,84,16); }

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