Html Css Color HEX #C16A07 Tenne (Tawny)

📋 copy color: '#C16A07'

red 193 ◦ green 106 ◦ blue 7

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

Shades of Tenne (Tawny) #C16A07

Tints of Tenne (Tawny) #C16A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.64%

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

R = 63.07%
G = 34.64%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C16A07 (or 0xC16A07) is known color: Tenne (Tawny). HEX triplet: C1, 6A and 07. RGB value is (193,106,7). Sum of RGB (Red+Green+Blue) = 193+106+7=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16A07 is #3E95F8. Grayscale: #797979. Windows color (decimal): -4101625 or 486081. OLE color: 486081.

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

Color convert

RGB 193 106 7 -
CMYK 0 0.45 0.96 0.24
HSL 31.94º 0.93% 0.39% -
HSV(B) 31.94º 0.96% 0.76% -
XYZ 27.18 21.66 2.95 -
YUV 120.73 63.82 179.55 -
System Red Green Blue C M Y K H S L
Decimal 193 106 7 0 0.45 0.96 0.24 31.94 0.93 0.39
Hex C1 6A 7 0 2D 60 18 20 5D 27
Octal 301 152 7 0 55 140 30 40 135 47
Binary 11000001 1101010 111 0 101101 1100000 11000 100000 1011101 100111

Color Harmonies of #C16A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16A07

Black with #C16A07

Text Example


Text Example

White with #C16A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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