Html Css Color HEX #C1650D Tenne (Tawny)

📋 copy color: '#C1650D'

red 193 ◦ green 101 ◦ blue 13

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

Shades of Tenne (Tawny) #C1650D

Tints of Tenne (Tawny) #C1650D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.23%

R = 62.87%
G = 32.9%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1650D (or 0xC1650D) is known color: Tenne (Tawny). HEX triplet: C1, 65 and 0D. RGB value is (193,101,13). Sum of RGB (Red+Green+Blue) = 193+101+13=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1650D is #3E9AF2. Grayscale: #767676. Windows color (decimal): -4102899 or 878017. OLE color: 878017.

HSL color Cylindrical-coordinate representation of color #C1650D: hue angle of 29.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1650D is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 101 13 -
CMYK 0 0.48 0.93 0.24
HSL 29.33º 0.87% 0.4% -
HSV(B) 29.33º 0.93% 0.76% -
XYZ 26.72 20.67 2.96 -
YUV 118.48 68.48 181.16 -
System Red Green Blue C M Y K H S L
Decimal 193 101 13 0 0.48 0.93 0.24 29.33 0.87 0.4
Hex C1 65 D 0 30 5D 18 1D 57 28
Octal 301 145 15 0 60 135 30 35 127 50
Binary 11000001 1100101 1101 0 110000 1011101 11000 11101 1010111 101000

Color Harmonies of #C1650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1650D

Black with #C1650D

Text Example


Text Example

White with #C1650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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