Html Css Color HEX #C56006 Tenne (Tawny)

📋 copy color: '#C56006'

red 197 ◦ green 96 ◦ blue 6

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

Shades of Tenne (Tawny) #C56006

Tints of Tenne (Tawny) #C56006

RGB

 RED value IS 197 (77.34% from 255) = 65.89%

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

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

R = 65.89%
G = 32.11%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C56006 (or 0xC56006) is known color: Tenne (Tawny). HEX triplet: C5, 60 and 06. RGB value is (197,96,6). Sum of RGB (Red+Green+Blue) = 197+96+6=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C56006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56006 is #3A9FF9. Grayscale: #747474. Windows color (decimal): -3842042 or 417989. OLE color: 417989.

HSL color Cylindrical-coordinate representation of color #C56006: hue angle of 28.27º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C56006 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 96 6 -
CMYK 0 0.51 0.97 0.23
HSL 28.27º 0.94% 0.4% -
HSV(B) 28.27º 0.97% 0.77% -
XYZ 27.24 20.25 2.64 -
YUV 115.94 65.96 185.82 -
System Red Green Blue C M Y K H S L
Decimal 197 96 6 0 0.51 0.97 0.23 28.27 0.94 0.4
Hex C5 60 6 0 33 61 17 1C 5E 28
Octal 305 140 6 0 63 141 27 34 136 50
Binary 11000101 1100000 110 0 110011 1100001 10111 11100 1011110 101000

Color Harmonies of #C56006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56006

Black with #C56006

Text Example


Text Example

White with #C56006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56006; }

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

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

background-color css

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

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

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

border-color css

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

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

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