Html Css Color HEX #C96306 Tenne (Tawny)

📋 copy color: '#C96306'

red 201 ◦ green 99 ◦ blue 6

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

Shades of Tenne (Tawny) #C96306

Tints of Tenne (Tawny) #C96306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

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

R = 65.69%
G = 32.35%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C96306 (or 0xC96306) is known color: Tenne (Tawny). HEX triplet: C9, 63 and 06. RGB value is (201,99,6). Sum of RGB (Red+Green+Blue) = 201+99+6=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C96306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96306 is #369CF9. Grayscale: #777777. Windows color (decimal): -3579130 or 418761. OLE color: 418761.

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

Color convert

RGB 201 99 6 -
CMYK 0 0.51 0.97 0.21
HSL 28.62º 0.94% 0.41% -
HSV(B) 28.62º 0.97% 0.79% -
XYZ 28.58 21.35 2.79 -
YUV 118.9 64.29 186.56 -
System Red Green Blue C M Y K H S L
Decimal 201 99 6 0 0.51 0.97 0.21 28.62 0.94 0.41
Hex C9 63 6 0 33 61 15 1D 5E 29
Octal 311 143 6 0 63 141 25 35 136 51
Binary 11001001 1100011 110 0 110011 1100001 10101 11101 1011110 101001

Color Harmonies of #C96306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96306

Black with #C96306

Text Example


Text Example

White with #C96306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96306; }

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

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

background-color css

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

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

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

border-color css

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

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

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