Html Css Color HEX #C94706 Tenne (Tawny)

📋 copy color: '#C94706'

red 201 ◦ green 71 ◦ blue 6

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

Shades of Tenne (Tawny) #C94706

Tints of Tenne (Tawny) #C94706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

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

R = 72.3%
G = 25.54%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C94706 (or 0xC94706) is known color: Tenne (Tawny). HEX triplet: C9, 47 and 06. RGB value is (201,71,6). Sum of RGB (Red+Green+Blue) = 201+71+6=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C94706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94706 is #36B8F9. Grayscale: #666666. Windows color (decimal): -3586298 or 411593. OLE color: 411593.

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

Color convert

RGB 201 71 6 -
CMYK 0 0.65 0.97 0.21
HSL 20º 0.94% 0.41% -
HSV(B) 20º 0.97% 0.79% -
XYZ 26.37 16.94 2.05 -
YUV 102.46 73.57 198.29 -
System Red Green Blue C M Y K H S L
Decimal 201 71 6 0 0.65 0.97 0.21 20 0.94 0.41
Hex C9 47 6 0 41 61 15 14 5E 29
Octal 311 107 6 0 101 141 25 24 136 51
Binary 11001001 1000111 110 0 1000001 1100001 10101 10100 1011110 101001

Color Harmonies of #C94706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94706

Black with #C94706

Text Example


Text Example

White with #C94706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94706; }

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

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

background-color css

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

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

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

border-color css

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

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

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