Html Css Color HEX #C9660B Tenne (Tawny)

📋 copy color: '#C9660B'

red 201 ◦ green 102 ◦ blue 11

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

Shades of Tenne (Tawny) #C9660B

Tints of Tenne (Tawny) #C9660B

RGB

 RED value IS 201 (78.91% from 255) = 64.01%

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

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

R = 64.01%
G = 32.48%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9660B (or 0xC9660B) is known color: Tenne (Tawny). HEX triplet: C9, 66 and 0B. RGB value is (201,102,11). Sum of RGB (Red+Green+Blue) = 201+102+11=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9660B is #3699F4. Grayscale: #797979. Windows color (decimal): -3578357 or 747209. OLE color: 747209.

HSL color Cylindrical-coordinate representation of color #C9660B: hue angle of 28.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9660B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 11 -
CMYK 0 0.49 0.95 0.21
HSL 28.74º 0.9% 0.42% -
HSV(B) 28.74º 0.95% 0.79% -
XYZ 28.9 21.94 3.03 -
YUV 121.23 65.8 184.9 -
System Red Green Blue C M Y K H S L
Decimal 201 102 11 0 0.49 0.95 0.21 28.74 0.9 0.42
Hex C9 66 B 0 31 5F 15 1D 5A 2A
Octal 311 146 13 0 61 137 25 35 132 52
Binary 11001001 1100110 1011 0 110001 1011111 10101 11101 1011010 101010

Color Harmonies of #C9660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9660B

Black with #C9660B

Text Example


Text Example

White with #C9660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9660B; }

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

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

background-color css

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

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

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

border-color css

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

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

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