Html Css Color HEX #C16107 Tenne (Tawny)

📋 copy color: '#C16107'

red 193 ◦ green 97 ◦ blue 7

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

Shades of Tenne (Tawny) #C16107

Tints of Tenne (Tawny) #C16107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.36%

R = 64.98%
G = 32.66%
B = 2.36%

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

#C16107 (or 0xC16107) is known color: Tenne (Tawny). HEX triplet: C1, 61 and 07. RGB value is (193,97,7). Sum of RGB (Red+Green+Blue) = 193+97+7=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C16107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16107 is #3E9EF8. Grayscale: #737373. Windows color (decimal): -4103929 or 483777. OLE color: 483777.

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

Color convert

RGB 193 97 7 -
CMYK 0 0.50 0.96 0.24
HSL 29.03º 0.93% 0.39% -
HSV(B) 29.03º 0.96% 0.76% -
XYZ 26.31 19.9 2.66 -
YUV 115.44 66.8 183.32 -
System Red Green Blue C M Y K H S L
Decimal 193 97 7 0 0.50 0.96 0.24 29.03 0.93 0.39
Hex C1 61 7 0 32 60 18 1D 5D 27
Octal 301 141 7 0 62 140 30 35 135 47
Binary 11000001 1100001 111 0 110010 1100000 11000 11101 1011101 100111

Color Harmonies of #C16107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16107

Black with #C16107

Text Example


Text Example

White with #C16107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16107; }

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

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

background-color css

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

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

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

border-color css

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

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

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