Html Css Color HEX #C56400 Tenne (Tawny)

📋 copy color: '#C56400'

red 197 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #C56400

Tints of Tenne (Tawny) #C56400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

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

R = 66.33%
G = 33.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C56400 (or 0xC56400) is known color: Tenne (Tawny). HEX triplet: C5, 64 and 00. RGB value is (197,100,0). Sum of RGB (Red+Green+Blue) = 197+100+0=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C56400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56400 is #3A9BFF. Grayscale: #767676. Windows color (decimal): -3841024 or 25797. OLE color: 25797.

HSL color Cylindrical-coordinate representation of color #C56400: hue angle of 30.46º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C56400 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 100 0 -
CMYK 0 0.49 1 0.23
HSL 30.46º 1% 0.39% -
HSV(B) 30.46º 1% 0.77% -
XYZ 27.58 20.98 2.6 -
YUV 117.6 61.64 184.63 -
System Red Green Blue C M Y K H S L
Decimal 197 100 0 0 0.49 1 0.23 30.46 1 0.39
Hex C5 64 0 0 31 64 17 1E 64 27
Octal 305 144 0 0 61 144 27 36 144 47
Binary 11000101 1100100 0 0 110001 1100100 10111 11110 1100100 100111

Color Harmonies of #C56400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56400

Black with #C56400

Text Example


Text Example

White with #C56400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56400; }

 p { color: rgb(197,100,0); }

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

background-color css

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

 a { background-color: rgb(197,100,0); }

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

border-color css

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

 span { border-color: rgb(197,100,0); }

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