Html Css Color HEX #C5660B Tenne (Tawny)

📋 copy color: '#C5660B'

red 197 ◦ green 102 ◦ blue 11

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

Shades of Tenne (Tawny) #C5660B

Tints of Tenne (Tawny) #C5660B

RGB

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

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

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

R = 63.55%
G = 32.9%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5660B (or 0xC5660B) is known color: Tenne (Tawny). HEX triplet: C5, 66 and 0B. RGB value is (197,102,11). Sum of RGB (Red+Green+Blue) = 197+102+11=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5660B is #3A99F4. Grayscale: #787878. Windows color (decimal): -3840501 or 747205. OLE color: 747205.

HSL color Cylindrical-coordinate representation of color #C5660B: hue angle of 29.35º 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 #C5660B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 102 11 -
CMYK 0 0.48 0.94 0.23
HSL 29.35º 0.89% 0.41% -
HSV(B) 29.35º 0.94% 0.77% -
XYZ 27.84 21.4 2.98 -
YUV 120.03 66.47 182.9 -
System Red Green Blue C M Y K H S L
Decimal 197 102 11 0 0.48 0.94 0.23 29.35 0.89 0.41
Hex C5 66 B 0 30 5E 17 1D 59 29
Octal 305 146 13 0 60 136 27 35 131 51
Binary 11000101 1100110 1011 0 110000 1011110 10111 11101 1011001 101001

Color Harmonies of #C5660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5660B

Black with #C5660B

Text Example


Text Example

White with #C5660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5660B; }

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

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

background-color css

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

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

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

border-color css

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

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

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