Html Css Color HEX #C76E00 Tenne (Tawny)

📋 copy color: '#C76E00'

red 199 ◦ green 110 ◦ blue 0

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

Shades of Tenne (Tawny) #C76E00

Tints of Tenne (Tawny) #C76E00

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.6%

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

R = 64.4%
G = 35.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C76E00 (or 0xC76E00) is known color: Tenne (Tawny). HEX triplet: C7, 6E and 00. RGB value is (199,110,0). Sum of RGB (Red+Green+Blue) = 199+110+0=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76E00 is #3891FF. Grayscale: #7C7C7C. Windows color (decimal): -3707392 or 28359. OLE color: 28359.

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

Color convert

RGB 199 110 0 -
CMYK 0 0.45 1 0.22
HSL 33.17º 1% 0.39% -
HSV(B) 33.17º 1% 0.78% -
XYZ 29.13 23.29 2.96 -
YUV 124.07 57.99 181.44 -
System Red Green Blue C M Y K H S L
Decimal 199 110 0 0 0.45 1 0.22 33.17 1 0.39
Hex C7 6E 0 0 2D 64 16 21 64 27
Octal 307 156 0 0 55 144 26 41 144 47
Binary 11000111 1101110 0 0 101101 1100100 10110 100001 1100100 100111

Color Harmonies of #C76E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E00

Black with #C76E00

Text Example


Text Example

White with #C76E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E00; }

 p { color: rgb(199,110,0); }

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

background-color css

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

 a { background-color: rgb(199,110,0); }

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

border-color css

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

 span { border-color: rgb(199,110,0); }

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