Html Css Color HEX #C16606 Tenne (Tawny)

📋 copy color: '#C16606'

red 193 ◦ green 102 ◦ blue 6

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

Shades of Tenne (Tawny) #C16606

Tints of Tenne (Tawny) #C16606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 64.12%
G = 33.89%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C16606 (or 0xC16606) is known color: Tenne (Tawny). HEX triplet: C1, 66 and 06. RGB value is (193,102,6). Sum of RGB (Red+Green+Blue) = 193+102+6=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C16606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16606 is #3E99F9. Grayscale: #767676. Windows color (decimal): -4102650 or 419521. OLE color: 419521.

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

Color convert

RGB 193 102 6 -
CMYK 0 0.47 0.97 0.24
HSL 30.8º 0.94% 0.39% -
HSV(B) 30.8º 0.97% 0.76% -
XYZ 26.78 20.85 2.79 -
YUV 118.27 64.65 181.31 -
System Red Green Blue C M Y K H S L
Decimal 193 102 6 0 0.47 0.97 0.24 30.8 0.94 0.39
Hex C1 66 6 0 2F 61 18 1F 5E 27
Octal 301 146 6 0 57 141 30 37 136 47
Binary 11000001 1100110 110 0 101111 1100001 11000 11111 1011110 100111

Color Harmonies of #C16606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16606

Black with #C16606

Text Example


Text Example

White with #C16606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16606; }

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

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

background-color css

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

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

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

border-color css

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

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

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