Html Css Color HEX #C16306 Tenne (Tawny)

📋 copy color: '#C16306'

red 193 ◦ green 99 ◦ blue 6

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

Shades of Tenne (Tawny) #C16306

Tints of Tenne (Tawny) #C16306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.22%

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

R = 64.77%
G = 33.22%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C16306 (or 0xC16306) is known color: Tenne (Tawny). HEX triplet: C1, 63 and 06. RGB value is (193,99,6). Sum of RGB (Red+Green+Blue) = 193+99+6=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C16306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16306 is #3E9CF9. Grayscale: #747474. Windows color (decimal): -4103418 or 418753. OLE color: 418753.

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

Color convert

RGB 193 99 6 -
CMYK 0 0.49 0.97 0.24
HSL 29.84º 0.94% 0.39% -
HSV(B) 29.84º 0.97% 0.76% -
XYZ 26.49 20.27 2.69 -
YUV 116.5 65.64 182.56 -
System Red Green Blue C M Y K H S L
Decimal 193 99 6 0 0.49 0.97 0.24 29.84 0.94 0.39
Hex C1 63 6 0 31 61 18 1E 5E 27
Octal 301 143 6 0 61 141 30 36 136 47
Binary 11000001 1100011 110 0 110001 1100001 11000 11110 1011110 100111

Color Harmonies of #C16306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16306

Black with #C16306

Text Example


Text Example

White with #C16306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16306; }

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

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

background-color css

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

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

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

border-color css

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

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

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