Html Css Color HEX #C76401 Tenne (Tawny)

📋 copy color: '#C76401'

red 199 ◦ green 100 ◦ blue 1

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

Shades of Tenne (Tawny) #C76401

Tints of Tenne (Tawny) #C76401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 66.33%
G = 33.33%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C76401 (or 0xC76401) is known color: Tenne (Tawny). HEX triplet: C7, 64 and 01. RGB value is (199,100,1). Sum of RGB (Red+Green+Blue) = 199+100+1=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C76401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76401 is #389BFE. Grayscale: #767676. Windows color (decimal): -3709951 or 91335. OLE color: 91335.

HSL color Cylindrical-coordinate representation of color #C76401: hue angle of 30º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C76401 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 100 1 -
CMYK 0 0.50 0.99 0.22
HSL 30º 0.99% 0.39% -
HSV(B) 30º 0.99% 0.78% -
XYZ 28.12 21.26 2.65 -
YUV 118.32 61.8 185.55 -
System Red Green Blue C M Y K H S L
Decimal 199 100 1 0 0.50 0.99 0.22 30 0.99 0.39
Hex C7 64 1 0 32 63 16 1E 63 27
Octal 307 144 1 0 62 143 26 36 143 47
Binary 11000111 1100100 1 0 110010 1100011 10110 11110 1100011 100111

Color Harmonies of #C76401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76401

Black with #C76401

Text Example


Text Example

White with #C76401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76401; }

 p { color: rgb(199,100,1); }

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

background-color css

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

 a { background-color: rgb(199,100,1); }

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

border-color css

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

 span { border-color: rgb(199,100,1); }

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