Html Css Color HEX #C76006 Tenne (Tawny)

📋 copy color: '#C76006'

red 199 ◦ green 96 ◦ blue 6

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

Shades of Tenne (Tawny) #C76006

Tints of Tenne (Tawny) #C76006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 66.11%
G = 31.89%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C76006 (or 0xC76006) is known color: Tenne (Tawny). HEX triplet: C7, 60 and 06. RGB value is (199,96,6). Sum of RGB (Red+Green+Blue) = 199+96+6=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C76006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76006 is #389FF9. Grayscale: #757575. Windows color (decimal): -3710970 or 417991. OLE color: 417991.

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

Color convert

RGB 199 96 6 -
CMYK 0 0.52 0.97 0.22
HSL 27.98º 0.94% 0.4% -
HSV(B) 27.98º 0.97% 0.78% -
XYZ 27.77 20.52 2.67 -
YUV 116.54 65.62 186.82 -
System Red Green Blue C M Y K H S L
Decimal 199 96 6 0 0.52 0.97 0.22 27.98 0.94 0.4
Hex C7 60 6 0 34 61 16 1C 5E 28
Octal 307 140 6 0 64 141 26 34 136 50
Binary 11000111 1100000 110 0 110100 1100001 10110 11100 1011110 101000

Color Harmonies of #C76006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76006

Black with #C76006

Text Example


Text Example

White with #C76006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76006; }

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

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

background-color css

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

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

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

border-color css

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

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

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