Html Css Color HEX #C56A00 Tenne (Tawny)

📋 copy color: '#C56A00'

red 197 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #C56A00

Tints of Tenne (Tawny) #C56A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.98%

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

R = 65.02%
G = 34.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C56A00 (or 0xC56A00) is known color: Tenne (Tawny). HEX triplet: C5, 6A and 00. RGB value is (197,106,0). Sum of RGB (Red+Green+Blue) = 197+106+0=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56A00 is #3A95FF. Grayscale: #797979. Windows color (decimal): -3839488 or 27333. OLE color: 27333.

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

Color convert

RGB 197 106 0 -
CMYK 0 0.46 1 0.23
HSL 32.28º 1% 0.39% -
HSV(B) 32.28º 1% 0.77% -
XYZ 28.18 22.18 2.8 -
YUV 121.13 59.65 182.12 -
System Red Green Blue C M Y K H S L
Decimal 197 106 0 0 0.46 1 0.23 32.28 1 0.39
Hex C5 6A 0 0 2E 64 17 20 64 27
Octal 305 152 0 0 56 144 27 40 144 47
Binary 11000101 1101010 0 0 101110 1100100 10111 100000 1100100 100111

Color Harmonies of #C56A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56A00

Black with #C56A00

Text Example


Text Example

White with #C56A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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