Html Css Color HEX #C1660D Tenne (Tawny)

📋 copy color: '#C1660D'

red 193 ◦ green 102 ◦ blue 13

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

Shades of Tenne (Tawny) #C1660D

Tints of Tenne (Tawny) #C1660D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

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

R = 62.66%
G = 33.12%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1660D (or 0xC1660D) is known color: Tenne (Tawny). HEX triplet: C1, 66 and 0D. RGB value is (193,102,13). Sum of RGB (Red+Green+Blue) = 193+102+13=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1660D is #3E99F2. Grayscale: #777777. Windows color (decimal): -4102643 or 878273. OLE color: 878273.

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

Color convert

RGB 193 102 13 -
CMYK 0 0.47 0.93 0.24
HSL 29.67º 0.87% 0.4% -
HSV(B) 29.67º 0.93% 0.76% -
XYZ 26.82 20.87 3 -
YUV 119.06 68.15 180.74 -
System Red Green Blue C M Y K H S L
Decimal 193 102 13 0 0.47 0.93 0.24 29.67 0.87 0.4
Hex C1 66 D 0 2F 5D 18 1E 57 28
Octal 301 146 15 0 57 135 30 36 127 50
Binary 11000001 1100110 1101 0 101111 1011101 11000 11110 1010111 101000

Color Harmonies of #C1660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1660D

Black with #C1660D

Text Example


Text Example

White with #C1660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1660D; }

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

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

background-color css

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

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

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

border-color css

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

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

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