Html Css Color HEX #C96600 Tenne (Tawny)

📋 copy color: '#C96600'

red 201 ◦ green 102 ◦ blue 0

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

Shades of Tenne (Tawny) #C96600

Tints of Tenne (Tawny) #C96600

RGB

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

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

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

R = 66.34%
G = 33.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C96600 (or 0xC96600) is known color: Tenne (Tawny). HEX triplet: C9, 66 and 00. RGB value is (201,102,0). Sum of RGB (Red+Green+Blue) = 201+102+0=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C96600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96600 is #3699FF. Grayscale: #787878. Windows color (decimal): -3578368 or 26313. OLE color: 26313.

HSL color Cylindrical-coordinate representation of color #C96600: hue angle of 30.45º 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 #C96600 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 0 -
CMYK 0 0.49 1 0.21
HSL 30.45º 1% 0.39% -
HSV(B) 30.45º 1% 0.79% -
XYZ 28.84 21.92 2.71 -
YUV 119.97 60.3 185.79 -
System Red Green Blue C M Y K H S L
Decimal 201 102 0 0 0.49 1 0.21 30.45 1 0.39
Hex C9 66 0 0 31 64 15 1E 64 27
Octal 311 146 0 0 61 144 25 36 144 47
Binary 11001001 1100110 0 0 110001 1100100 10101 11110 1100100 100111

Color Harmonies of #C96600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96600

Black with #C96600

Text Example


Text Example

White with #C96600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96600; }

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

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

background-color css

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

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

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

border-color css

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

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

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