Html Css Color HEX #C96405 Tenne (Tawny)

📋 copy color: '#C96405'

red 201 ◦ green 100 ◦ blue 5

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

Shades of Tenne (Tawny) #C96405

Tints of Tenne (Tawny) #C96405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 65.69%
G = 32.68%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C96405 (or 0xC96405) is known color: Tenne (Tawny). HEX triplet: C9, 64 and 05. RGB value is (201,100,5). Sum of RGB (Red+Green+Blue) = 201+100+5=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C96405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96405 is #369BFA. Grayscale: #777777. Windows color (decimal): -3578875 or 353481. OLE color: 353481.

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

Color convert

RGB 201 100 5 -
CMYK 0 0.50 0.98 0.21
HSL 29.08º 0.95% 0.4% -
HSV(B) 29.08º 0.98% 0.79% -
XYZ 28.67 21.54 2.79 -
YUV 119.37 63.46 186.22 -
System Red Green Blue C M Y K H S L
Decimal 201 100 5 0 0.50 0.98 0.21 29.08 0.95 0.4
Hex C9 64 5 0 32 62 15 1D 5F 28
Octal 311 144 5 0 62 142 25 35 137 50
Binary 11001001 1100100 101 0 110010 1100010 10101 11101 1011111 101000

Color Harmonies of #C96405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96405

Black with #C96405

Text Example


Text Example

White with #C96405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96405; }

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

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

background-color css

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

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

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

border-color css

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

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

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