Html Css Color HEX #C76800 Tenne (Tawny)

📋 copy color: '#C76800'

red 199 ◦ green 104 ◦ blue 0

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

Shades of Tenne (Tawny) #C76800

Tints of Tenne (Tawny) #C76800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.32%

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

R = 65.68%
G = 34.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C76800 (or 0xC76800) is known color: Tenne (Tawny). HEX triplet: C7, 68 and 00. RGB value is (199,104,0). Sum of RGB (Red+Green+Blue) = 199+104+0=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C76800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76800 is #3897FF. Grayscale: #797979. Windows color (decimal): -3708928 or 26823. OLE color: 26823.

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

Color convert

RGB 199 104 0 -
CMYK 0 0.48 1 0.22
HSL 31.36º 1% 0.39% -
HSV(B) 31.36º 1% 0.78% -
XYZ 28.5 22.04 2.75 -
YUV 120.55 59.97 183.96 -
System Red Green Blue C M Y K H S L
Decimal 199 104 0 0 0.48 1 0.22 31.36 1 0.39
Hex C7 68 0 0 30 64 16 1F 64 27
Octal 307 150 0 0 60 144 26 37 144 47
Binary 11000111 1101000 0 0 110000 1100100 10110 11111 1100100 100111

Color Harmonies of #C76800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76800

Black with #C76800

Text Example


Text Example

White with #C76800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76800; }

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

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

background-color css

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

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

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

border-color css

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

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

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