Html Css Color HEX #C16106 Tenne (Tawny)

📋 copy color: '#C16106'

red 193 ◦ green 97 ◦ blue 6

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

Shades of Tenne (Tawny) #C16106

Tints of Tenne (Tawny) #C16106

RGB

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

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

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

R = 65.2%
G = 32.77%
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

#C16106 (or 0xC16106) is known color: Tenne (Tawny). HEX triplet: C1, 61 and 06. RGB value is (193,97,6). Sum of RGB (Red+Green+Blue) = 193+97+6=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C16106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16106 is #3E9EF9. Grayscale: #737373. Windows color (decimal): -4103930 or 418241. OLE color: 418241.

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

Color convert

RGB 193 97 6 -
CMYK 0 0.50 0.97 0.24
HSL 29.2º 0.94% 0.39% -
HSV(B) 29.2º 0.97% 0.76% -
XYZ 26.3 19.9 2.63 -
YUV 115.33 66.3 183.4 -
System Red Green Blue C M Y K H S L
Decimal 193 97 6 0 0.50 0.97 0.24 29.2 0.94 0.39
Hex C1 61 6 0 32 61 18 1D 5E 27
Octal 301 141 6 0 62 141 30 35 136 47
Binary 11000001 1100001 110 0 110010 1100001 11000 11101 1011110 100111

Color Harmonies of #C16106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16106

Black with #C16106

Text Example


Text Example

White with #C16106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16106; }

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

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

background-color css

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

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

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

border-color css

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

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

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