Html Css Color HEX #C96500 Tenne (Tawny)

📋 copy color: '#C96500'

red 201 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #C96500

Tints of Tenne (Tawny) #C96500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 66.56%
G = 33.44%
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

#C96500 (or 0xC96500) is known color: Tenne (Tawny). HEX triplet: C9, 65 and 00. RGB value is (201,101,0). Sum of RGB (Red+Green+Blue) = 201+101+0=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C96500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96500 is #369AFF. Grayscale: #777777. Windows color (decimal): -3578624 or 26057. OLE color: 26057.

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

Color convert

RGB 201 101 0 -
CMYK 0 0.50 1 0.21
HSL 30.15º 1% 0.39% -
HSV(B) 30.15º 1% 0.79% -
XYZ 28.74 21.72 2.68 -
YUV 119.39 60.63 186.21 -
System Red Green Blue C M Y K H S L
Decimal 201 101 0 0 0.50 1 0.21 30.15 1 0.39
Hex C9 65 0 0 32 64 15 1E 64 27
Octal 311 145 0 0 62 144 25 36 144 47
Binary 11001001 1100101 0 0 110010 1100100 10101 11110 1100100 100111

Color Harmonies of #C96500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96500

Black with #C96500

Text Example


Text Example

White with #C96500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96500; }

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

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

background-color css

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

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

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

border-color css

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

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

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