Html Css Color HEX #C96100 Tenne (Tawny)

📋 copy color: '#C96100'

red 201 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #C96100

Tints of Tenne (Tawny) #C96100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.45%
G = 32.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C96100 (or 0xC96100) is known color: Tenne (Tawny). HEX triplet: C9, 61 and 00. RGB value is (201,97,0). Sum of RGB (Red+Green+Blue) = 201+97+0=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C96100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96100 is #369EFF. Grayscale: #757575. Windows color (decimal): -3579648 or 25033. OLE color: 25033.

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

Color convert

RGB 201 97 0 -
CMYK 0 0.52 1 0.21
HSL 28.96º 1% 0.39% -
HSV(B) 28.96º 1% 0.79% -
XYZ 28.36 20.97 2.55 -
YUV 117.04 61.96 187.89 -
System Red Green Blue C M Y K H S L
Decimal 201 97 0 0 0.52 1 0.21 28.96 1 0.39
Hex C9 61 0 0 34 64 15 1D 64 27
Octal 311 141 0 0 64 144 25 35 144 47
Binary 11001001 1100001 0 0 110100 1100100 10101 11101 1100100 100111

Color Harmonies of #C96100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96100

Black with #C96100

Text Example


Text Example

White with #C96100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96100; }

 p { color: rgb(201,97,0); }

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

background-color css

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

 a { background-color: rgb(201,97,0); }

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

border-color css

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

 span { border-color: rgb(201,97,0); }

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