Html Css Color HEX #C76C05 Tenne (Tawny)

📋 copy color: '#C76C05'

red 199 ◦ green 108 ◦ blue 5

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

Shades of Tenne (Tawny) #C76C05

Tints of Tenne (Tawny) #C76C05

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.62%

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 63.78%
G = 34.62%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C76C05 (or 0xC76C05) is known color: Tenne (Tawny). HEX triplet: C7, 6C and 05. RGB value is (199,108,5). Sum of RGB (Red+Green+Blue) = 199+108+5=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76C05 is #3893FA. Grayscale: #7B7B7B. Windows color (decimal): -3707899 or 355527. OLE color: 355527.

HSL color Cylindrical-coordinate representation of color #C76C05: hue angle of 31.86º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C76C05 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 108 5 -
CMYK 0 0.46 0.97 0.22
HSL 31.86º 0.95% 0.4% -
HSV(B) 31.86º 0.97% 0.78% -
XYZ 28.94 22.88 3.03 -
YUV 123.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 199 108 5 0 0.46 0.97 0.22 31.86 0.95 0.4
Hex C7 6C 5 0 2E 61 16 20 5F 28
Octal 307 154 5 0 56 141 26 40 137 50
Binary 11000111 1101100 101 0 101110 1100001 10110 100000 1011111 101000

Color Harmonies of #C76C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76C05

Black with #C76C05

Text Example


Text Example

White with #C76C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76C05; }

 p { color: rgb(199,108,5); }

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

background-color css

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

 a { background-color: rgb(199,108,5); }

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

border-color css

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

 span { border-color: rgb(199,108,5); }

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