Html Css Color HEX #C96406 Tenne (Tawny)

📋 copy color: '#C96406'

red 201 ◦ green 100 ◦ blue 6

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

Shades of Tenne (Tawny) #C96406

Tints of Tenne (Tawny) #C96406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 65.47%
G = 32.57%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C96406 (or 0xC96406) is known color: Tenne (Tawny). HEX triplet: C9, 64 and 06. RGB value is (201,100,6). Sum of RGB (Red+Green+Blue) = 201+100+6=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C96406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96406 is #369BF9. Grayscale: #777777. Windows color (decimal): -3578874 or 419017. OLE color: 419017.

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

Color convert

RGB 201 100 6 -
CMYK 0 0.50 0.97 0.21
HSL 28.92º 0.94% 0.41% -
HSV(B) 28.92º 0.97% 0.79% -
XYZ 28.68 21.55 2.82 -
YUV 119.48 63.96 186.14 -
System Red Green Blue C M Y K H S L
Decimal 201 100 6 0 0.50 0.97 0.21 28.92 0.94 0.41
Hex C9 64 6 0 32 61 15 1D 5E 29
Octal 311 144 6 0 62 141 25 35 136 51
Binary 11001001 1100100 110 0 110010 1100001 10101 11101 1011110 101001

Color Harmonies of #C96406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96406

Black with #C96406

Text Example


Text Example

White with #C96406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96406; }

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

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

background-color css

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

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

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

border-color css

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

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

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