Html Css Color HEX #C76100 Tenne (Tawny)

📋 copy color: '#C76100'

red 199 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #C76100

Tints of Tenne (Tawny) #C76100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.77%

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

R = 67.23%
G = 32.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C76100 (or 0xC76100) is known color: Tenne (Tawny). HEX triplet: C7, 61 and 00. RGB value is (199,97,0). Sum of RGB (Red+Green+Blue) = 199+97+0=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C76100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76100 is #389EFF. Grayscale: #747474. Windows color (decimal): -3710720 or 25031. OLE color: 25031.

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

Color convert

RGB 199 97 0 -
CMYK 0 0.51 1 0.22
HSL 29.25º 1% 0.39% -
HSV(B) 29.25º 1% 0.78% -
XYZ 27.83 20.69 2.53 -
YUV 116.44 62.29 186.89 -
System Red Green Blue C M Y K H S L
Decimal 199 97 0 0 0.51 1 0.22 29.25 1 0.39
Hex C7 61 0 0 33 64 16 1D 64 27
Octal 307 141 0 0 63 144 26 35 144 47
Binary 11000111 1100001 0 0 110011 1100100 10110 11101 1100100 100111

Color Harmonies of #C76100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76100

Black with #C76100

Text Example


Text Example

White with #C76100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76100; }

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

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

background-color css

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

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

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

border-color css

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

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

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