Html Css Color HEX #C5680B Tenne (Tawny)

📋 copy color: '#C5680B'

red 197 ◦ green 104 ◦ blue 11

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

Shades of Tenne (Tawny) #C5680B

Tints of Tenne (Tawny) #C5680B

RGB

 RED value IS 197 (77.34% from 255) = 63.14%

 GREEN value IS 104 (41.02% from 255) = 33.33%

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 63.14%
G = 33.33%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5680B (or 0xC5680B) is known color: Tenne (Tawny). HEX triplet: C5, 68 and 0B. RGB value is (197,104,11). Sum of RGB (Red+Green+Blue) = 197+104+11=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5680B is #3A97F4. Grayscale: #797979. Windows color (decimal): -3839989 or 747717. OLE color: 747717.

HSL color Cylindrical-coordinate representation of color #C5680B: hue angle of 30º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5680B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 104 11 -
CMYK 0 0.47 0.94 0.23
HSL 30º 0.89% 0.41% -
HSV(B) 30º 0.94% 0.77% -
XYZ 28.04 21.8 3.05 -
YUV 121.21 65.81 182.06 -
System Red Green Blue C M Y K H S L
Decimal 197 104 11 0 0.47 0.94 0.23 30 0.89 0.41
Hex C5 68 B 0 2F 5E 17 1E 59 29
Octal 305 150 13 0 57 136 27 36 131 51
Binary 11000101 1101000 1011 0 101111 1011110 10111 11110 1011001 101001

Color Harmonies of #C5680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5680B

Black with #C5680B

Text Example


Text Example

White with #C5680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5680B; }

 p { color: rgb(197,104,11); }

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

background-color css

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

 a { background-color: rgb(197,104,11); }

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

border-color css

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

 span { border-color: rgb(197,104,11); }

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