Html Css Color HEX #C46110 Tenne (Tawny)

📋 copy color: '#C46110'

red 196 ◦ green 97 ◦ blue 16

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

Shades of Tenne (Tawny) #C46110

Tints of Tenne (Tawny) #C46110

RGB

 RED value IS 196 (76.95% from 255) = 63.43%

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

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

R = 63.43%
G = 31.39%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C46110 (or 0xC46110) is known color: Tenne (Tawny). HEX triplet: C4, 61 and 10. RGB value is (196,97,16). Sum of RGB (Red+Green+Blue) = 196+97+16=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C46110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46110 is #3B9EEF. Grayscale: #757575. Windows color (decimal): -3907312 or 1073604. OLE color: 1073604.

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

Color convert

RGB 196 97 16 -
CMYK 0 0.51 0.92 0.23
HSL 27º 0.85% 0.42% -
HSV(B) 27º 0.92% 0.77% -
XYZ 27.13 20.32 2.98 -
YUV 117.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 196 97 16 0 0.51 0.92 0.23 27 0.85 0.42
Hex C4 61 10 0 33 5C 17 1B 55 2A
Octal 304 141 20 0 63 134 27 33 125 52
Binary 11000100 1100001 10000 0 110011 1011100 10111 11011 1010101 101010

Color Harmonies of #C46110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46110

Black with #C46110

Text Example


Text Example

White with #C46110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46110; }

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

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

background-color css

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

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

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

border-color css

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

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

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