Html Css Color HEX #C45206 Tenne (Tawny)

📋 copy color: '#C45206'

red 196 ◦ green 82 ◦ blue 6

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

Shades of Tenne (Tawny) #C45206

Tints of Tenne (Tawny) #C45206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.87%

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

R = 69.01%
G = 28.87%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C45206 (or 0xC45206) is known color: Tenne (Tawny). HEX triplet: C4, 52 and 06. RGB value is (196,82,6). Sum of RGB (Red+Green+Blue) = 196+82+6=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C45206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45206 is #3BADF9. Grayscale: #6B6B6B. Windows color (decimal): -3911162 or 414404. OLE color: 414404.

HSL color Cylindrical-coordinate representation of color #C45206: hue angle of 24º 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 #C45206 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 82 6 -
CMYK 0 0.58 0.97 0.23
HSL 24º 0.94% 0.4% -
HSV(B) 24º 0.97% 0.77% -
XYZ 25.82 17.78 2.24 -
YUV 107.42 70.77 191.18 -
System Red Green Blue C M Y K H S L
Decimal 196 82 6 0 0.58 0.97 0.23 24 0.94 0.4
Hex C4 52 6 0 3A 61 17 18 5E 28
Octal 304 122 6 0 72 141 27 30 136 50
Binary 11000100 1010010 110 0 111010 1100001 10111 11000 1011110 101000

Color Harmonies of #C45206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45206

Black with #C45206

Text Example


Text Example

White with #C45206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45206; }

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

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

background-color css

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

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

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

border-color css

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

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

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