Html Css Color HEX #C46206 Tenne (Tawny)

📋 copy color: '#C46206'

red 196 ◦ green 98 ◦ blue 6

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

Shades of Tenne (Tawny) #C46206

Tints of Tenne (Tawny) #C46206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.67%

 BLUE value IS 6 (2.73% from 255) = 2%

R = 65.33%
G = 32.67%
B = 2%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C46206 (or 0xC46206) is known color: Tenne (Tawny). HEX triplet: C4, 62 and 06. RGB value is (196,98,6). Sum of RGB (Red+Green+Blue) = 196+98+6=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C46206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46206 is #3B9DF9. Grayscale: #757575. Windows color (decimal): -3907066 or 418500. OLE color: 418500.

HSL color Cylindrical-coordinate representation of color #C46206: hue angle of 29.05º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C46206 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 98 6 -
CMYK 0 0.5 0.97 0.23
HSL 29.05º 0.94% 0.4% -
HSV(B) 29.05º 0.97% 0.77% -
XYZ 27.17 20.48 2.69 -
YUV 116.81 65.47 184.48 -
System Red Green Blue C M Y K H S L
Decimal 196 98 6 0 0.5 0.97 0.23 29.05 0.94 0.4
Hex C4 62 6 0 32 61 17 1D 5E 28
Octal 304 142 6 0 62 141 27 35 136 50
Binary 11000100 1100010 110 0 110010 1100001 10111 11101 1011110 101000

Color Harmonies of #C46206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46206

Black with #C46206

Text Example


Text Example

White with #C46206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46206; }

 p { color: rgb(196,98,6); }

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

background-color css

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

 a { background-color: rgb(196,98,6); }

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

border-color css

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

 span { border-color: rgb(196,98,6); }

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