Html Css Color HEX #C66110 Tenne (Tawny)

📋 copy color: '#C66110'

red 198 ◦ green 97 ◦ blue 16

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

Shades of Tenne (Tawny) #C66110

Tints of Tenne (Tawny) #C66110

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

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

R = 63.67%
G = 31.19%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C66110 (or 0xC66110) is known color: Tenne (Tawny). HEX triplet: C6, 61 and 10. RGB value is (198,97,16). Sum of RGB (Red+Green+Blue) = 198+97+16=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C66110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66110 is #399EEF. Grayscale: #767676. Windows color (decimal): -3776240 or 1073606. OLE color: 1073606.

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

Color convert

RGB 198 97 16 -
CMYK 0 0.51 0.92 0.22
HSL 26.7º 0.85% 0.42% -
HSV(B) 26.7º 0.92% 0.78% -
XYZ 27.66 20.59 3.01 -
YUV 117.97 70.46 185.09 -
System Red Green Blue C M Y K H S L
Decimal 198 97 16 0 0.51 0.92 0.22 26.7 0.85 0.42
Hex C6 61 10 0 33 5C 16 1B 55 2A
Octal 306 141 20 0 63 134 26 33 125 52
Binary 11000110 1100001 10000 0 110011 1011100 10110 11011 1010101 101010

Color Harmonies of #C66110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66110

Black with #C66110

Text Example


Text Example

White with #C66110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66110; }

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

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

background-color css

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

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

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

border-color css

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

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

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