Html Css Color HEX #C76000 Tenne (Tawny)

📋 copy color: '#C76000'

red 199 ◦ green 96 ◦ blue 0

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

Shades of Tenne (Tawny) #C76000

Tints of Tenne (Tawny) #C76000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

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

R = 67.46%
G = 32.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C76000 (or 0xC76000) is known color: Tenne (Tawny). HEX triplet: C7, 60 and 00. RGB value is (199,96,0). Sum of RGB (Red+Green+Blue) = 199+96+0=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C76000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76000 is #389FFF. Grayscale: #747474. Windows color (decimal): -3710976 or 24775. OLE color: 24775.

HSL color Cylindrical-coordinate representation of color #C76000: hue angle of 28.94º 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 #C76000 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 96 0 -
CMYK 0 0.52 1 0.22
HSL 28.94º 1% 0.39% -
HSV(B) 28.94º 1% 0.78% -
XYZ 27.74 20.51 2.5 -
YUV 115.85 62.62 187.31 -
System Red Green Blue C M Y K H S L
Decimal 199 96 0 0 0.52 1 0.22 28.94 1 0.39
Hex C7 60 0 0 34 64 16 1D 64 27
Octal 307 140 0 0 64 144 26 35 144 47
Binary 11000111 1100000 0 0 110100 1100100 10110 11101 1100100 100111

Color Harmonies of #C76000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76000

Black with #C76000

Text Example


Text Example

White with #C76000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76000; }

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

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

background-color css

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

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

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

border-color css

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

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

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