Html Css Color HEX #C74806 Tenne (Tawny)

📋 copy color: '#C74806'

red 199 ◦ green 72 ◦ blue 6

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

Shades of Tenne (Tawny) #C74806

Tints of Tenne (Tawny) #C74806

RGB

 RED value IS 199 (78.13% from 255) = 71.84%

 GREEN value IS 72 (28.52% from 255) = 25.99%

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

R = 71.84%
G = 25.99%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C74806 (or 0xC74806) is known color: Tenne (Tawny). HEX triplet: C7, 48 and 06. RGB value is (199,72,6). Sum of RGB (Red+Green+Blue) = 199+72+6=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C74806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74806 is #38B7F9. Grayscale: #666666. Windows color (decimal): -3717114 or 411847. OLE color: 411847.

HSL color Cylindrical-coordinate representation of color #C74806: hue angle of 20.52º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C74806 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 72 6 -
CMYK 0 0.64 0.97 0.22
HSL 20.52º 0.94% 0.4% -
HSV(B) 20.52º 0.97% 0.78% -
XYZ 25.9 16.79 2.05 -
YUV 102.45 73.58 196.87 -
System Red Green Blue C M Y K H S L
Decimal 199 72 6 0 0.64 0.97 0.22 20.52 0.94 0.4
Hex C7 48 6 0 40 61 16 15 5E 28
Octal 307 110 6 0 100 141 26 25 136 50
Binary 11000111 1001000 110 0 1000000 1100001 10110 10101 1011110 101000

Color Harmonies of #C74806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74806

Black with #C74806

Text Example


Text Example

White with #C74806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74806; }

 p { color: rgb(199,72,6); }

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

background-color css

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

 a { background-color: rgb(199,72,6); }

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

border-color css

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

 span { border-color: rgb(199,72,6); }

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