Html Css Color HEX #C16108 Tenne (Tawny)

📋 copy color: '#C16108'

red 193 ◦ green 97 ◦ blue 8

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

Shades of Tenne (Tawny) #C16108

Tints of Tenne (Tawny) #C16108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 64.77%
G = 32.55%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C16108 (or 0xC16108) is known color: Tenne (Tawny). HEX triplet: C1, 61 and 08. RGB value is (193,97,8). Sum of RGB (Red+Green+Blue) = 193+97+8=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C16108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16108 is #3E9EF7. Grayscale: #747474. Windows color (decimal): -4103928 or 549313. OLE color: 549313.

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

Color convert

RGB 193 97 8 -
CMYK 0 0.50 0.96 0.24
HSL 28.86º 0.92% 0.39% -
HSV(B) 28.86º 0.96% 0.76% -
XYZ 26.31 19.9 2.68 -
YUV 115.56 67.3 183.24 -
System Red Green Blue C M Y K H S L
Decimal 193 97 8 0 0.50 0.96 0.24 28.86 0.92 0.39
Hex C1 61 8 0 32 60 18 1D 5C 27
Octal 301 141 10 0 62 140 30 35 134 47
Binary 11000001 1100001 1000 0 110010 1100000 11000 11101 1011100 100111

Color Harmonies of #C16108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16108

Black with #C16108

Text Example


Text Example

White with #C16108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16108; }

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

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

background-color css

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

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

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

border-color css

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

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

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