Html Css Color HEX #C16506 Tenne (Tawny)

📋 copy color: '#C16506'

red 193 ◦ green 101 ◦ blue 6

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

Shades of Tenne (Tawny) #C16506

Tints of Tenne (Tawny) #C16506

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

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

R = 64.33%
G = 33.67%
B = 2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C16506 (or 0xC16506) is known color: Tenne (Tawny). HEX triplet: C1, 65 and 06. RGB value is (193,101,6). Sum of RGB (Red+Green+Blue) = 193+101+6=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C16506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16506 is #3E9AF9. Grayscale: #767676. Windows color (decimal): -4102906 or 419265. OLE color: 419265.

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

Color convert

RGB 193 101 6 -
CMYK 0 0.48 0.97 0.24
HSL 30.48º 0.94% 0.39% -
HSV(B) 30.48º 0.97% 0.76% -
XYZ 26.68 20.66 2.75 -
YUV 117.68 64.98 181.72 -
System Red Green Blue C M Y K H S L
Decimal 193 101 6 0 0.48 0.97 0.24 30.48 0.94 0.39
Hex C1 65 6 0 30 61 18 1E 5E 27
Octal 301 145 6 0 60 141 30 36 136 47
Binary 11000001 1100101 110 0 110000 1100001 11000 11110 1011110 100111

Color Harmonies of #C16506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16506

Black with #C16506

Text Example


Text Example

White with #C16506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16506; }

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

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

background-color css

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

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

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

border-color css

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

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

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