Html Css Color HEX #C96400 Tenne (Tawny)

📋 copy color: '#C96400'

red 201 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #C96400

Tints of Tenne (Tawny) #C96400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.78%
G = 33.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C96400 (or 0xC96400) is known color: Tenne (Tawny). HEX triplet: C9, 64 and 00. RGB value is (201,100,0). Sum of RGB (Red+Green+Blue) = 201+100+0=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C96400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96400 is #369BFF. Grayscale: #777777. Windows color (decimal): -3578880 or 25801. OLE color: 25801.

HSL color Cylindrical-coordinate representation of color #C96400: hue angle of 29.85º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C96400 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 100 0 -
CMYK 0 0.50 1 0.21
HSL 29.85º 1% 0.39% -
HSV(B) 29.85º 1% 0.79% -
XYZ 28.64 21.53 2.65 -
YUV 118.8 60.96 186.63 -
System Red Green Blue C M Y K H S L
Decimal 201 100 0 0 0.50 1 0.21 29.85 1 0.39
Hex C9 64 0 0 32 64 15 1E 64 27
Octal 311 144 0 0 62 144 25 36 144 47
Binary 11001001 1100100 0 0 110010 1100100 10101 11110 1100100 100111

Color Harmonies of #C96400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96400

Black with #C96400

Text Example


Text Example

White with #C96400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96400; }

 p { color: rgb(201,100,0); }

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

background-color css

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

 a { background-color: rgb(201,100,0); }

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

border-color css

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

 span { border-color: rgb(201,100,0); }

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