Html Css Color HEX #C96009 Tenne (Tawny)

📋 copy color: '#C96009'

red 201 ◦ green 96 ◦ blue 9

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

Shades of Tenne (Tawny) #C96009

Tints of Tenne (Tawny) #C96009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

 BLUE value IS 9 (3.91% from 255) = 2.94%

R = 65.69%
G = 31.37%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C96009 (or 0xC96009) is known color: Tenne (Tawny). HEX triplet: C9, 60 and 09. RGB value is (201,96,9). Sum of RGB (Red+Green+Blue) = 201+96+9=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C96009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96009 is #369FF6. Grayscale: #757575. Windows color (decimal): -3579895 or 614601. OLE color: 614601.

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

Color convert

RGB 201 96 9 -
CMYK 0 0.52 0.96 0.21
HSL 27.19º 0.91% 0.41% -
HSV(B) 27.19º 0.96% 0.79% -
XYZ 28.32 20.8 2.78 -
YUV 117.48 66.79 187.57 -
System Red Green Blue C M Y K H S L
Decimal 201 96 9 0 0.52 0.96 0.21 27.19 0.91 0.41
Hex C9 60 9 0 34 60 15 1B 5B 29
Octal 311 140 11 0 64 140 25 33 133 51
Binary 11001001 1100000 1001 0 110100 1100000 10101 11011 1011011 101001

Color Harmonies of #C96009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96009

Black with #C96009

Text Example


Text Example

White with #C96009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96009; }

 p { color: rgb(201,96,9); }

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

background-color css

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

 a { background-color: rgb(201,96,9); }

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

border-color css

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

 span { border-color: rgb(201,96,9); }

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