Html Css Color HEX #C57006 Tenne (Tawny)

📋 copy color: '#C57006'

red 197 ◦ green 112 ◦ blue 6

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

Shades of Tenne (Tawny) #C57006

Tints of Tenne (Tawny) #C57006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

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

R = 62.54%
G = 35.56%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C57006 (or 0xC57006) is known color: Tenne (Tawny). HEX triplet: C5, 70 and 06. RGB value is (197,112,6). Sum of RGB (Red+Green+Blue) = 197+112+6=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C57006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57006 is #3A8FF9. Grayscale: #7D7D7D. Windows color (decimal): -3837946 or 422085. OLE color: 422085.

HSL color Cylindrical-coordinate representation of color #C57006: hue angle of 33.3º 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 #C57006 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 112 6 -
CMYK 0 0.43 0.97 0.23
HSL 33.3º 0.94% 0.4% -
HSV(B) 33.3º 0.97% 0.77% -
XYZ 28.85 23.47 3.18 -
YUV 125.33 60.66 179.12 -
System Red Green Blue C M Y K H S L
Decimal 197 112 6 0 0.43 0.97 0.23 33.3 0.94 0.4
Hex C5 70 6 0 2B 61 17 21 5E 28
Octal 305 160 6 0 53 141 27 41 136 50
Binary 11000101 1110000 110 0 101011 1100001 10111 100001 1011110 101000

Color Harmonies of #C57006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57006

Black with #C57006

Text Example


Text Example

White with #C57006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57006; }

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

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

background-color css

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

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

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

border-color css

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

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

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