Html Css Color HEX #C96506 Tenne (Tawny)

📋 copy color: '#C96506'

red 201 ◦ green 101 ◦ blue 6

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

Shades of Tenne (Tawny) #C96506

Tints of Tenne (Tawny) #C96506

RGB

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

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

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

R = 65.26%
G = 32.79%
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

#C96506 (or 0xC96506) is known color: Tenne (Tawny). HEX triplet: C9, 65 and 06. RGB value is (201,101,6). Sum of RGB (Red+Green+Blue) = 201+101+6=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C96506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96506 is #369AF9. Grayscale: #787878. Windows color (decimal): -3578618 or 419273. OLE color: 419273.

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

Color convert

RGB 201 101 6 -
CMYK 0 0.50 0.97 0.21
HSL 29.23º 0.94% 0.41% -
HSV(B) 29.23º 0.97% 0.79% -
XYZ 28.77 21.74 2.85 -
YUV 120.07 63.63 185.72 -
System Red Green Blue C M Y K H S L
Decimal 201 101 6 0 0.50 0.97 0.21 29.23 0.94 0.41
Hex C9 65 6 0 32 61 15 1D 5E 29
Octal 311 145 6 0 62 141 25 35 136 51
Binary 11001001 1100101 110 0 110010 1100001 10101 11101 1011110 101001

Color Harmonies of #C96506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96506

Black with #C96506

Text Example


Text Example

White with #C96506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96506; }

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

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

background-color css

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

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

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

border-color css

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

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

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