Html Css Color HEX #C16006 Tenne (Tawny)

📋 copy color: '#C16006'

red 193 ◦ green 96 ◦ blue 6

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

Shades of Tenne (Tawny) #C16006

Tints of Tenne (Tawny) #C16006

RGB

 RED value IS 193 (75.78% from 255) = 65.42%

 GREEN value IS 96 (37.89% from 255) = 32.54%

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

R = 65.42%
G = 32.54%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C16006 (or 0xC16006) is known color: Tenne (Tawny). HEX triplet: C1, 60 and 06. RGB value is (193,96,6). Sum of RGB (Red+Green+Blue) = 193+96+6=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C16006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16006 is #3E9FF9. Grayscale: #737373. Windows color (decimal): -4104186 or 417985. OLE color: 417985.

HSL color Cylindrical-coordinate representation of color #C16006: hue angle of 28.88º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C16006 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 96 6 -
CMYK 0 0.50 0.97 0.24
HSL 28.88º 0.94% 0.39% -
HSV(B) 28.88º 0.97% 0.76% -
XYZ 26.21 19.72 2.6 -
YUV 114.74 66.64 183.82 -
System Red Green Blue C M Y K H S L
Decimal 193 96 6 0 0.50 0.97 0.24 28.88 0.94 0.39
Hex C1 60 6 0 32 61 18 1D 5E 27
Octal 301 140 6 0 62 141 30 35 136 47
Binary 11000001 1100000 110 0 110010 1100001 11000 11101 1011110 100111

Color Harmonies of #C16006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16006

Black with #C16006

Text Example


Text Example

White with #C16006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16006; }

 p { color: rgb(193,96,6); }

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

background-color css

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

 a { background-color: rgb(193,96,6); }

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

border-color css

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

 span { border-color: rgb(193,96,6); }

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