Html Css Color HEX #C96501 Tenne (Tawny)

📋 copy color: '#C96501'

red 201 ◦ green 101 ◦ blue 1

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

Shades of Tenne (Tawny) #C96501

Tints of Tenne (Tawny) #C96501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 66.34%
G = 33.33%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C96501 (or 0xC96501) is known color: Tenne (Tawny). HEX triplet: C9, 65 and 01. RGB value is (201,101,1). Sum of RGB (Red+Green+Blue) = 201+101+1=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C96501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96501 is #369AFE. Grayscale: #777777. Windows color (decimal): -3578623 or 91593. OLE color: 91593.

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

Color convert

RGB 201 101 1 -
CMYK 0 0.50 1.00 0.21
HSL 30º 0.99% 0.4% -
HSV(B) 30º 1% 0.79% -
XYZ 28.75 21.73 2.71 -
YUV 119.5 61.13 186.13 -
System Red Green Blue C M Y K H S L
Decimal 201 101 1 0 0.50 1.00 0.21 30 0.99 0.4
Hex C9 65 1 0 32 64 15 1E 63 28
Octal 311 145 1 0 62 144 25 36 143 50
Binary 11001001 1100101 1 0 110010 1100100 10101 11110 1100011 101000

Color Harmonies of #C96501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96501

Black with #C96501

Text Example


Text Example

White with #C96501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96501; }

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

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

background-color css

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

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

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

border-color css

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

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

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