Html Css Color HEX #C16608 Tenne (Tawny)

📋 copy color: '#C16608'

red 193 ◦ green 102 ◦ blue 8

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

Shades of Tenne (Tawny) #C16608

Tints of Tenne (Tawny) #C16608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.64%

R = 63.7%
G = 33.66%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C16608 (or 0xC16608) is known color: Tenne (Tawny). HEX triplet: C1, 66 and 08. RGB value is (193,102,8). Sum of RGB (Red+Green+Blue) = 193+102+8=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C16608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16608 is #3E99F7. Grayscale: #767676. Windows color (decimal): -4102648 or 550593. OLE color: 550593.

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

Color convert

RGB 193 102 8 -
CMYK 0 0.47 0.96 0.24
HSL 30.49º 0.92% 0.39% -
HSV(B) 30.49º 0.96% 0.76% -
XYZ 26.79 20.86 2.84 -
YUV 118.49 65.65 181.14 -
System Red Green Blue C M Y K H S L
Decimal 193 102 8 0 0.47 0.96 0.24 30.49 0.92 0.39
Hex C1 66 8 0 2F 60 18 1E 5C 27
Octal 301 146 10 0 57 140 30 36 134 47
Binary 11000001 1100110 1000 0 101111 1100000 11000 11110 1011100 100111

Color Harmonies of #C16608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16608

Black with #C16608

Text Example


Text Example

White with #C16608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16608; }

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

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

background-color css

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

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

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

border-color css

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

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

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